Changed unknown playlist date from ???? to XXXX to fix errors on Windows

This commit is contained in:
RemixDev
2020-06-22 23:24:42 +02:00
parent ffeb9d2ace
commit f47f4b4979
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ class SpotifyHelper:
deezer_obj = {
'checksum': spotify_obj['snapshot_id'],
'collaborative': spotify_obj['collaborative'],
'creation_date': "????-00-00",
'creation_date': "XXXX-00-00",
'creator': {
'id': spotify_obj['owner']['id'],
'name': spotify_obj['owner']['display_name'],