Log available playlists
This commit is contained in:
parent
de0515d13b
commit
b69639738e
@ -26,6 +26,8 @@ class DespotifyBackend(BaseBackend):
|
||||
for spotify_playlist in self.spotify.stored_playlists:
|
||||
playlists.append(self._to_mopidy_playlist(spotify_playlist))
|
||||
self._playlists = playlists
|
||||
logger.debug(u'Available playlists: %s',
|
||||
u', '.join([u'<%s>' % p.name for p in self._playlists]))
|
||||
|
||||
# Model translation
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user