Skip to content

Commit

Permalink
Don't reset mute between videos. (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Mar 12, 2023
1 parent dc2a5ad commit 20ecad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/mpvVideoPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
this.setVolume(volume, false);

this.setPlaybackRate(1);
this.setMute(false, false);

if (this._currentPlayOptions.fullscreen) {
this.appRouter.showVideoOsd().then(this.onNavigatedToOsd);
Expand Down

0 comments on commit 20ecad4

Please sign in to comment.