Prepare V0.2
This commit is contained in:
BIN
zotify/__pycache__/track.cpython-314.pyc
Normal file
BIN
zotify/__pycache__/track.cpython-314.pyc
Normal file
Binary file not shown.
@@ -251,6 +251,8 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba
|
|||||||
try:
|
try:
|
||||||
output_template = str(Zotify.CONFIG.get_output(mode))
|
output_template = str(Zotify.CONFIG.get_output(mode))
|
||||||
|
|
||||||
|
prepare_download_loader.stop()
|
||||||
|
|
||||||
(artists, raw_artists, album_name, name, image_url, release_year, disc_number,
|
(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)
|
track_number, scraped_song_id, is_playable, duration_ms) = get_song_info(track_id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user