From 1cdb6dc9157b103a6493ea2995ebea885d06790d Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Sun, 8 Jun 2025 09:12:37 -0600 Subject: [PATCH] 2.4.0 --- tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config.py b/tests/test_config.py index 00f81bf..f27bd52 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -26,7 +26,7 @@ def test_update_main_config(base_url, reset_config): new_settings = { "maxConcurrentDownloads": 5, "spotifyQuality": "HIGH", - "deezerQuality": "FLAC", + "deezerQuality": "MP3_128", "customDirFormat": "%artist%/%album%", "customTrackFormat": "%tracknum% %title%", "save_cover": False,