This commit is contained in:
xx-05 2021-10-24 21:27:33 -04:00
parent 8832736519
commit d7351dc95c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def client() -> None:
elif sys.argv[1] == '-ls' or sys.argv[1] == '--liked-songs':
for song in get_saved_tracks():
if not song[TRACK][NAME]:
print('### SKIPPING: SONG DOES NOT EXISTS ON SPOTIFY ANYMORE ###')
print('### SKIPPING: SONG DOES NOT EXIST ON SPOTIFY ANYMORE ###')
else:
download_track(song[TRACK][ID], 'Liked Songs/')
print('\n')