fix endsAt when playback rate changes
This commit is contained in:
parent
961acc8d61
commit
610b05025d
3 changed files with 9 additions and 8 deletions
|
@ -1960,6 +1960,7 @@ class PlaybackManager {
|
|||
|
||||
state.PlayState.PositionTicks = getCurrentTicks(player);
|
||||
state.PlayState.PlaybackStartTimeTicks = self.playbackStartTime(player);
|
||||
state.PlayState.PlaybackRate = self.getPlaybackRate(player)
|
||||
|
||||
state.PlayState.SubtitleStreamIndex = self.getSubtitleStreamIndex(player);
|
||||
state.PlayState.AudioStreamIndex = self.getAudioStreamIndex(player);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue