Skip to content

Commit 4af7a9f

Browse files
committed
Cherry pick (diogosena@d3eea11)
I think this is supposed to fix where it keeps showing the preparing message even when skipped.
1 parent 42a0613 commit 4af7a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zotify/track.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba
193193
if not check_id and check_name:
194194

195195
if Zotify.CONFIG.get_skip_existing():
196+
prepare_download_loader.stop()
196197
Printer.print(PrintChannel.SKIPS, '\n### SKIPPING: ' + song_name + ' (SONG ALREADY EXISTS) ###' + "\n")
197-
return
198198
else:
199199
c = len([file for file in Path(filedir).iterdir() if re.search(f'^{filename}_', str(file))]) + 1
200200

0 commit comments

Comments
 (0)