Skip to content

Commit

Permalink
fix(UI): Fix playback rate resets when pausing or playing the video (#…
Browse files Browse the repository at this point in the history
…7728)

Fixes #7724
  • Loading branch information
avelad authored and joeyparrish committed Dec 12, 2024
1 parent 70e926b commit 06efdb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,6 @@ shaka.ui.Controls = class extends shaka.util.FakeEventTarget {
return;
}

this.player_.cancelTrickPlay();

if (this.presentationIsPaused()) {
this.video_.play();
} else {
Expand Down

0 comments on commit 06efdb1

Please sign in to comment.