Start Spotify enrichment worker unpaused by default like other workers
This commit is contained in:
parent
7070b98756
commit
d4a57ae654
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SpotifyWorker:
|
|||
|
||||
# Worker state
|
||||
self.running = False
|
||||
self.paused = True
|
||||
self.paused = False
|
||||
self.should_stop = False
|
||||
self.thread = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue