Skip to content

Commit fcc3c56

Browse files
committed
compile archive file by default
1 parent e236b4d commit fcc3c56

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
@@ -274,7 +274,7 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba
274274
Printer.print(PrintChannel.DOWNLOADS, f'### Downloaded "{song_name}" to "{Path(filename).relative_to(Zotify.CONFIG.get_root_path())}" in {fmt_seconds(time_downloaded - time_start)} (plus {fmt_seconds(time_finished - time_downloaded)} converting) ###' + "\n")
275275

276276
# add song id to archive file
277-
if Zotify.CONFIG.get_skip_previously_downloaded():
277+
if not check_all_time:
278278
add_to_archive(scraped_song_id, PurePath(filename).name, artists[0], name)
279279
# add song id to download directory's .song_ids file
280280
if not check_id:

0 commit comments

Comments
 (0)