Rename Spotify thread to simply 'SpotifyThread'

This commit is contained in:
Stein Magnus Jodal 2011-06-13 16:50:17 +02:00
parent 95e83a0842
commit cd5886cc7a

View File

@ -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