Update spotify_worker.py

This commit is contained in:
Broque Thomas 2026-02-27 22:18:52 -08:00
parent 3a0a68d555
commit 2ab0b387d6

View file

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