mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
awa
This commit is contained in:
@@ -429,7 +429,11 @@ async function buildReplayVideo({ sources = [] } = {}) {
|
|||||||
for (let i = 0; i < sources.length; i += 1) {
|
for (let i = 0; i < sources.length; i += 1) {
|
||||||
const source = sources[i];
|
const source = sources[i];
|
||||||
const sourceId = String(source.id);
|
const sourceId = String(source.id);
|
||||||
const videoEntries = overlapping(getVideoEntriesForSource({ id: sourceId }), tStart, tEnd);
|
const videoEntries = overlapping(
|
||||||
|
getVideoEntriesForSource({ type: String(source.type), id: sourceId }),
|
||||||
|
tStart,
|
||||||
|
tEnd,
|
||||||
|
);
|
||||||
if (!videoEntries.length) {
|
if (!videoEntries.length) {
|
||||||
missingSources.push({ ...source, reason: 'no video coverage in replay window' });
|
missingSources.push({ ...source, reason: 'no video coverage in replay window' });
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user