Do not refresh playlists on every metadata update, but just when the playlist container is loaded

This commit is contained in:
Stein Magnus Jodal 2011-06-10 15:14:34 +02:00
parent c0a39afa31
commit f311dd1e77

View File

@ -74,7 +74,6 @@ class SpotifySessionManager(BaseThread, PyspotifySessionManager):
def metadata_updated(self, session):
"""Callback used by pyspotify"""
logger.debug(u'Metadata updated')
self.refresh_stored_playlists()
def connection_error(self, session, error):
"""Callback used by pyspotify"""