changed to using all user playlists including followed

This commit is contained in:
aj 2021-01-02 18:41:46 +00:00
parent ec78345b4a
commit e4799b605a

View File

@ -51,7 +51,7 @@ def run_user_playlist(username, playlist_name):
return
try:
user_playlists = net.user_playlists()
user_playlists = net.playlists()
except SpotifyNetworkException:
logger.exception(f'error occured while retrieving playlists {username} / {playlist_name}')
return