Selaa lähdekoodia

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

Ian Walton 1 vuosi sitten
vanhempi
commit
20ecad409f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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);