You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`PieceInstance "${data.pieceInstanceId}" in PartInstance "${partInstance.partInstance._id}" in RundownPlaylist "${playlist._id}" not found! (other pieceInstanceIds in PartInstance: ${otherPieceInstanceIds})`
56
+
)
42
57
}
43
58
return
44
59
}
@@ -75,6 +90,18 @@ export function onPiecePlaybackStopped(
75
90
): void{
76
91
constplaylist=playoutModel.playlist
77
92
93
+
if(
94
+
// We only expect to be able to update the current, next, or previous part:
`PieceInstance "${data.pieceInstanceId}" in PartInstance "${partInstance.partInstance._id}" in RundownPlaylist "${playlist._id}" not found! (other pieceInstanceIds in PartInstance: ${otherPieceInstanceIds})`
0 commit comments