From 440ba1a61f18e56c0dc090803252f0903eb5fa02 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Fri, 5 Jun 2020 10:41:08 +0200 Subject: [PATCH] Fixed error logging in spotify playlists --- deemix/app/spotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deemix/app/spotify.py b/deemix/app/spotify.py index 76dd0ed..10dedc7 100644 --- a/deemix/app/spotify.py +++ b/deemix/app/spotify.py @@ -160,6 +160,7 @@ class SpotifyHelper: 'downloaded': 0, 'failed': 0, 'progress': 0, + 'errors': [], 'type': 'spotify_playlist', 'settings': settings or {}, 'id': playlist_id