Start Spotify enrichment worker unpaused by default like other workers

This commit is contained in:
Broque Thomas 2026-03-23 13:23:00 -07:00
parent 7070b98756
commit d4a57ae654

View file

@ -28,7 +28,7 @@ class SpotifyWorker:
# Worker state
self.running = False
self.paused = True
self.paused = False
self.should_stop = False
self.thread = None