Procházet zdrojové kódy

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

Ian Walton před 1 rokem
rodič
revize
20ecad409f
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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);