From 8adbacae098005f0054df709f2d50a7ee1aae468 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 13 Feb 2010 16:03:37 +0100 Subject: [PATCH] libspotify: Stored playlists are refreshed when we get the updated metadata callback --- mopidy/backends/libspotify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy/backends/libspotify.py b/mopidy/backends/libspotify.py index 676e883d..93065fa7 100644 --- a/mopidy/backends/libspotify.py +++ b/mopidy/backends/libspotify.py @@ -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')