Skip to content

Commit d942cad

Browse files
aveladjoeyparrish
authored andcommitted
fix(UI): Fix playback rate resets when pausing or playing the video (#7728)
Fixes #7724
1 parent d2284ae commit d942cad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/controls.js

-2
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,6 @@ shaka.ui.Controls = class extends shaka.util.FakeEventTarget {
844844
return;
845845
}
846846

847-
this.player_.cancelTrickPlay();
848-
849847
if (this.presentationIsPaused()) {
850848
this.video_.play();
851849
} else {

0 commit comments

Comments
 (0)