Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlie committed Dec 20, 2024
1 parent ca2a929 commit 6f19a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/musicPlayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(self, settings, icon_path, config_path, theme, normal):

self.volume_update_timer = QTimer()
self.volume_update_timer.timeout.connect(self.update_volume_slider)
self.volume_update_timer.start(100)
self.volume_update_timer.start(1000)

def get_audio_session(self):
sessions = AudioUtilities.GetAllSessions()
Expand Down

0 comments on commit 6f19a9f

Please sign in to comment.