Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jan 8, 2025
1 parent 536f664 commit 9f6afb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/corelib/src/playout/processAndPrune.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function getPieceStartTimeAsReference(
function getPieceStartTimeWithinPart(p: ReadonlyDeep<PieceInstance>, partTimes: PartCurrentTimes): 'now' | number {
const pieceEnable = p.piece.enable
if (pieceEnable.isAbsolute) {
// nocommit - the isStartOfAdlib logic?
// Note: these can't be adlibbed, so we don't need to consider adding the preroll

if (pieceEnable.start === 'now') {
// Should never happen, but just in case
return pieceEnable.start
Expand Down

0 comments on commit 9f6afb7

Please sign in to comment.