diff --git a/native/mpvVideoPlayer.js b/native/mpvVideoPlayer.js index 09f4be82..3da92e84 100644 --- a/native/mpvVideoPlayer.js +++ b/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);