Do not refresh playlists on every metadata update, but just when the playlist container is loaded
This commit is contained in:
parent
c0a39afa31
commit
f311dd1e77
@ -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"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user