changed to using all user playlists including followed
This commit is contained in:
parent
ec78345b4a
commit
e4799b605a
@ -51,7 +51,7 @@ def run_user_playlist(username, playlist_name):
|
|||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
user_playlists = net.user_playlists()
|
user_playlists = net.playlists()
|
||||||
except SpotifyNetworkException:
|
except SpotifyNetworkException:
|
||||||
logger.exception(f'error occured while retrieving playlists {username} / {playlist_name}')
|
logger.exception(f'error occured while retrieving playlists {username} / {playlist_name}')
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user