Changed unknown playlist date from ???? to XXXX to fix errors on Windows
This commit is contained in:
parent
ffeb9d2ace
commit
f47f4b4979
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue