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 536f664 commit 9f6afb7Copy full SHA for 9f6afb7
packages/corelib/src/playout/processAndPrune.ts
@@ -33,7 +33,8 @@ function getPieceStartTimeAsReference(
33
function getPieceStartTimeWithinPart(p: ReadonlyDeep<PieceInstance>, partTimes: PartCurrentTimes): 'now' | number {
34
const pieceEnable = p.piece.enable
35
if (pieceEnable.isAbsolute) {
36
- // nocommit - the isStartOfAdlib logic?
+ // Note: these can't be adlibbed, so we don't need to consider adding the preroll
37
+
38
if (pieceEnable.start === 'now') {
39
// Should never happen, but just in case
40
return pieceEnable.start
0 commit comments