From 107389edaaefaff80a3c416aeb0e6997ea70d56d Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Tue, 18 Nov 2025 19:09:51 -0800 Subject: [PATCH] Update config.json --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 8afd09b..fb4952c 100644 --- a/config/config.json +++ b/config/config.json @@ -36,9 +36,6 @@ "path": "logs/app.log", "level": "INFO" }, - "settings": { - "audio_quality": "flac" - }, "database": { "path": "database/music_library.db", "max_workers": 5 @@ -49,5 +46,8 @@ }, "playlist_sync": { "create_backup": true + }, + "listenbrainz": { + "token": "LISTENBRAINZ_TOKEN" } } \ No newline at end of file