File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/live-status-gateway/src/topics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments