Skip to content

Commit da6c1b5

Browse files
committed
wip
1 parent 9caf8c4 commit da6c1b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/corelib/src/playout/processAndPrune.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ function getPieceStartTimeAsReference(
3333
function getPieceStartTimeWithinPart(p: ReadonlyDeep<PieceInstance>, partTimes: PartCurrentTimes): 'now' | number {
3434
const pieceEnable = p.piece.enable
3535
if (pieceEnable.isAbsolute) {
36-
// nocommit - the isStartOfAdlib logic?
36+
// Note: these can't be adlibbed, so we don't need to consider adding the preroll
37+
3738
if (pieceEnable.start === 'now') {
3839
// Should never happen, but just in case
3940
return pieceEnable.start

0 commit comments

Comments
 (0)