Skip to content

Commit 146a1ee

Browse files
committed
fix: statuses missing for some instances
1 parent 222f390 commit 146a1ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/job-worker/src/playout/model/implementation/PlayoutPieceInstanceModelImpl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export class PlayoutPieceInstanceModelImpl implements PlayoutPieceInstanceModel
9393
pieceInstance.rundownId,
9494
pieceInstance.piece.expectedPackages
9595
)
96+
this.PieceInstanceImpl.neededExpectedPackageIds = Array.from(this.updatedExpectedPackages.keys())
9697
} else {
9798
this.updatedExpectedPackages = null
9899
}

0 commit comments

Comments
 (0)