Merge pull request #271 from mattjbray/fix-session-initialisation

Fix to work with pyspotify develop/1.10
This commit is contained in:
Stein Magnus Jodal 2012-12-12 07:02:02 -08:00
commit d537b875c1

View File

@ -46,7 +46,6 @@ class SpotifySessionManager(process.BaseThread, PyspotifySessionManager):
self.backend_ref = backend_ref
self.connected = threading.Event()
self.session = None
self.container_manager = None
self.playlist_manager = None
@ -64,7 +63,6 @@ class SpotifySessionManager(process.BaseThread, PyspotifySessionManager):
return
logger.info('Connected to Spotify')
self.session = session
logger.debug(
'Preferred Spotify bitrate is %s kbps',