libspotify: Stored playlists are refreshed when we get the updated metadata callback

This commit is contained in:
Stein Magnus Jodal 2010-02-13 16:03:37 +01:00
parent a098704334
commit 8adbacae09

View File

@ -27,7 +27,6 @@ class LibspotifyBackend(BaseBackend):
self.uri_handlers = [u'spotify:', u'http://open.spotify.com/']
self.translate = LibspotifyTranslator()
self.spotify = self._connect()
self.stored_playlists.refresh()
def _connect(self):
logger.info(u'Connecting to Spotify')