We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799ab71 commit a9daca2Copy full SHA for a9daca2
packages/job-worker/src/playout/timeline/rundown.ts
@@ -334,6 +334,7 @@ function generateCurrentInfinitePieceObjects(
334
// If the cap is a number, it is relative to the part, not the parent group so needs to be handled here
335
if (typeof pieceInstance.resolvedEndCap === 'number') {
336
infiniteGroup.enable.end = `#${timingContext.currentPartGroup.id}.start + ${pieceInstance.resolvedEndCap}`
337
+ delete infiniteGroup.enable.duration
338
delete pieceInstanceWithUpdatedEndCap.resolvedEndCap
339
}
340
} else if (
0 commit comments