Skip to content

Commit

Permalink
syntax bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
blastbeng committed Oct 5, 2024
1 parent 931a2a3 commit 671ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotisub/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def get_user_saved_tracks_run(uuid):
playlist_info["type"] = constants.JOB_ST_ID
playlist_info["import_arg"] = ""
sp = spotipy_helper.get_spotipy_client()
result = dict({'tracks': []}
result = dict({'tracks': []})
result = get_user_saved_tracks_playlist(result)
subsonic_helper.write_playlist(sp, playlist_info, result)

Expand Down

0 comments on commit 671ba8b

Please sign in to comment.