Browse Source

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

Ian Walton 1 năm trước cách đây
mục cha
commit
20ecad409f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);