Browse Source

Don't reset mute between videos. (#349)

Ian Walton 1 year ago
parent
commit
20ecad409f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      native/mpvVideoPlayer.js

+ 0 - 1
native/mpvVideoPlayer.js

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