From 5a2892855ce8f084f2a53071ef6ed7e62fa739e6 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 7 Nov 2022 02:08:10 +0100 Subject: [PATCH] prioritized youtube over musify to make 1. my downloader more legal, 2. To get the reliability of ISRC's --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 5162a32..62d855e 100644 --- a/src/main.py +++ b/src/main.py @@ -35,7 +35,7 @@ if not os.path.exists(temp_dir): database = Database(os.path.join(temp_dir, DATABASE_FILE), os.path.join(temp_dir, DATABASE_STRUCTURE_FILE), DATABASE_LOGGER, - reset_anyways=False) + reset_anyways=True)