Prepare V0.2
This commit is contained in:
@@ -234,7 +234,7 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba
|
||||
prepare_download_loader.start()
|
||||
|
||||
try:
|
||||
output_template = Zotify.CONFIG.get_output(mode)
|
||||
output_template = str(Zotify.CONFIG.get_output(mode))
|
||||
|
||||
(artists, raw_artists, album_name, name, image_url, release_year, disc_number,
|
||||
track_number, scraped_song_id, is_playable, duration_ms) = get_song_info(track_id)
|
||||
|
||||
Reference in New Issue
Block a user