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 f28dfe7 commit 56059f4Copy full SHA for 56059f4
packages/live-status-gateway/src/topics/activePlaylistTopic.ts
@@ -134,7 +134,7 @@ export class ActivePlaylistTopic
134
autoNext: nextPart.autoNext,
135
segmentId: unprotectString(nextPart.segmentId),
136
pieces:
137
- this._pieceInstancesInCurrentPartInstance?.map((piece) =>
+ this._pieceInstancesInNextPartInstance?.map((piece) =>
138
toPieceStatus(piece, this._showStyleBaseExt)
139
) ?? [],
140
publicData: nextPart.publicData,
0 commit comments