Create attribute in __init__ (#211)
This commit is contained in:
parent
39d0bfa124
commit
8f1f0bc82a
@ -30,6 +30,7 @@ class SpotifySessionManager(process.BaseThread, PyspotifySessionManager):
|
||||
self.name = 'SpotifyThread'
|
||||
|
||||
self.audio = audio
|
||||
self.backend = None
|
||||
self.backend_ref = backend_ref
|
||||
|
||||
self.connected = threading.Event()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user