Rename Spotify thread to simply 'SpotifyThread'
This commit is contained in:
parent
95e83a0842
commit
cd5886cc7a
@ -29,7 +29,7 @@ class SpotifySessionManager(BaseThread, PyspotifySessionManager):
|
||||
def __init__(self, username, password):
|
||||
PyspotifySessionManager.__init__(self, username, password)
|
||||
BaseThread.__init__(self)
|
||||
self.name = 'SpotifySMThread'
|
||||
self.name = 'SpotifyThread'
|
||||
|
||||
self.gstreamer = None
|
||||
self.backend = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user