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 172d7c0 commit 8ee3589Copy full SHA for 8ee3589
packages/job-worker/src/playout/timeline/piece.ts
@@ -106,7 +106,7 @@ export function getPieceEnableInsidePart(
106
107
// If the part has an end time, we can consider post-roll
108
if (partHasEndTime && partTimings.toPartPostroll) {
109
- if (!pieceEnable.duration) {
+ if (pieceEnable.duration === undefined) {
110
// make sure that the control object is shortened correctly
111
pieceEnable.end = `#${partGroupId} - ${partTimings.toPartPostroll}`
112
}
0 commit comments