Skip to content

Commit 49ecfaf

Browse files
committed
fix nocommit
1 parent 09283db commit 49ecfaf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/job-worker/src/playout/lookahead/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export async function getLookeaheadObjects(
129129

130130
const piecesByPart = new Map<PartId, Array<PieceInstance>>()
131131
for (const piece of piecesToSearch) {
132-
// nocommit consider these rundown owned ones
132+
// Don't lookahead any rundown owned pieces, that should only happen once they become PieceInstances
133133
if (!piece.startPartId) continue
134134

135135
const pieceInstance = wrapPieceToInstance(piece, protectString(''), protectString(''), true)

0 commit comments

Comments
 (0)