Fixed error logging in spotify playlists
This commit is contained in:
parent
cc144c2cae
commit
440ba1a61f
|
@ -160,6 +160,7 @@ class SpotifyHelper:
|
|||
'downloaded': 0,
|
||||
'failed': 0,
|
||||
'progress': 0,
|
||||
'errors': [],
|
||||
'type': 'spotify_playlist',
|
||||
'settings': settings or {},
|
||||
'id': playlist_id
|
||||
|
|
Loading…
Reference in New Issue