From f0957d8167250c0b436c51cd4d6d556538c88e4e Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sat, 9 Aug 2025 13:06:51 -0700 Subject: [PATCH] update config --- config/config.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/config.json b/config/config.json index 6716cc18..7fae839a 100644 --- a/config/config.json +++ b/config/config.json @@ -10,8 +10,8 @@ "soulseek": { "slskd_url": "http://localhost:5030", "api_key": "YOUR_SLSKD_API_KEY", - "download_path": "/path/to/your/slskd/downloads", - "transfer_path": "/path/to/your/music/library" + "download_path": "/path/to/your/slskd/download/folder", + "transfer_path": "/path/to/your/music_library" }, "logging": { "path": "logs/app.log", @@ -22,9 +22,6 @@ }, "database": { "path": "database/music_library.db", - "batch_size": 50, - "auto_refresh": true, - "refresh_interval_hours": 24, "max_workers": 5 } -} +} \ No newline at end of file