Fixed error logging in spotify playlists
This commit is contained in:
parent
cc144c2cae
commit
440ba1a61f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue