Skip to content

Commit fad8334

Browse files
author
Mint de Wit
committed
chore: rename
1 parent 9c308e5 commit fad8334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface ActivePlaylistStatus {
5050
timingMode: PlaylistTimingType
5151
startedPlayback?: number
5252
expectedStart?: number
53-
expectedDuration?: number
53+
expectedDurationMs?: number
5454
expectedEnd?: number
5555
}
5656
}
@@ -152,7 +152,7 @@ export class ActivePlaylistTopic
152152
timing: {
153153
timingMode: this._activePlaylist.timing.type,
154154
startedPlayback: this._activePlaylist.startedPlayback,
155-
expectedDuration: this._activePlaylist.timing.expectedDuration,
155+
expectedDurationMs: this._activePlaylist.timing.expectedDuration,
156156
expectedStart:
157157
this._activePlaylist.timing.type !== PlaylistTimingType.None
158158
? this._activePlaylist.timing.expectedStart

0 commit comments

Comments
 (0)