You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/job-worker/src/playout/infinites.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,9 @@ export function getPieceInstancesForPart(
352
352
thrownewError(
353
353
`Segment "${playingPartInstance.partInstance.segmentId}" in Rundown "${
354
354
playingRundown.rundown._id
355
-
}" not found! (partInstanceId: "${playingPartInstance.partInstance._id}", other segments: ${JSON.stringify(playingRundown.segments.map((s)=>s.segment._id))})`
355
+
}" not found! (partInstanceId: "${
356
+
playingPartInstance.partInstance._id
357
+
}", other segments: ${JSON.stringify(playingRundown.segments.map((s)=>s.segment._id))})`
0 commit comments