Skip to content

Commit 7ff90b8

Browse files
committed
fix: Unable to clear infinites
1 parent 7c907cc commit 7ff90b8

File tree

1 file changed

+1
-0
lines changed
  • packages/job-worker/src/playout/timeline

1 file changed

+1
-0
lines changed

packages/job-worker/src/playout/timeline/rundown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ function generateCurrentInfinitePieceObjects(
334334
// If the cap is a number, it is relative to the part, not the parent group so needs to be handled here
335335
if (typeof pieceInstance.resolvedEndCap === 'number') {
336336
infiniteGroup.enable.end = `#${timingContext.currentPartGroup.id}.start + ${pieceInstance.resolvedEndCap}`
337+
delete infiniteGroup.enable.duration
337338
delete pieceInstanceWithUpdatedEndCap.resolvedEndCap
338339
}
339340
} else if (

0 commit comments

Comments
 (0)