Skip to content

Commit 56059f4

Browse files
committed
fix(live-status-gw): wrong pieces in nextPart
1 parent f28dfe7 commit 56059f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/live-status-gateway/src/topics/activePlaylistTopic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class ActivePlaylistTopic
134134
autoNext: nextPart.autoNext,
135135
segmentId: unprotectString(nextPart.segmentId),
136136
pieces:
137-
this._pieceInstancesInCurrentPartInstance?.map((piece) =>
137+
this._pieceInstancesInNextPartInstance?.map((piece) =>
138138
toPieceStatus(piece, this._showStyleBaseExt)
139139
) ?? [],
140140
publicData: nextPart.publicData,

0 commit comments

Comments
 (0)