Skip to content

Commit 1b4b7ce

Browse files
committed
fix: sleep more on spotify
1 parent 499b243 commit 1b4b7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_music_rpc/sources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __init__(self, config):
106106

107107
if config.spotify.enabled:
108108
self.sources.append(
109-
SpotifySource(config)
109+
SpotifySource(config, 2)
110110
) # highest priority (has progress info)
111111

112112
if config.plex.enabled:

0 commit comments

Comments
 (0)