Skip to content

Commit

Permalink
Don't reset mute between videos. (jellyfin#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 authored and zjeffer committed Jun 14, 2023
1 parent 93baaa4 commit 9fdc43d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/mpvVideoPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9fdc43d

Please sign in to comment.