Fixed error logging in spotify playlists

This commit is contained in:
RemixDev 2020-06-05 10:41:08 +02:00
parent cc144c2cae
commit 440ba1a61f
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ class SpotifyHelper:
'downloaded': 0, 'downloaded': 0,
'failed': 0, 'failed': 0,
'progress': 0, 'progress': 0,
'errors': [],
'type': 'spotify_playlist', 'type': 'spotify_playlist',
'settings': settings or {}, 'settings': settings or {},
'id': playlist_id 'id': playlist_id