fix endsAt when playback rate changes

This commit is contained in:
Hazil Mohamed 2021-07-03 17:08:25 +05:30
parent 961acc8d61
commit 610b05025d
3 changed files with 9 additions and 8 deletions

View file

@ -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);