This commit is contained in:
2025-12-02 20:16:14 +01:00
parent b0c017ca91
commit d5169fbec7
6 changed files with 284 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ class DownloadManager:
tidal_obj=tidal,
path_base=settings.data.download_base_path,
fn_logger=logger_tidal,
skip_existing=False,
skip_existing=True,
progress_gui=mock_progress,
progress=mock_progress_rich,
event_abort=event_abort,