Skip to content

Commit

Permalink
player: fix pop sound at the start of fade_in (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 authored Jan 27, 2024
1 parent f23baf3 commit 95091e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feeluown/player/mpvplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def fade_in(self):

max_volume = self.volume

self.volume = 0
self._resume()
self.set_volume(max_volume, fade_in=True)

Expand Down

0 comments on commit 95091e8

Please sign in to comment.