Skip to content

Commit

Permalink
fix flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Jan 21, 2024
1 parent 42c25c6 commit d7b2dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feeluown/player/mpvplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def set_volume(max_volume: int, fade_in: bool):

with self.fade_lock:
max_volume = self.volume
# skip fade-in on playing and fade-out on pause

# skip fade-in on playing and fade-out on pause
if fade_in != self._mpv.pause:
return

Expand Down

0 comments on commit d7b2dcd

Please sign in to comment.