From d9debb79df0c1a06013885de4a3506675ac6f94b Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 25 May 2025 15:38:52 -0500 Subject: [PATCH] switching to spotify for testing --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 3e1dc7a6..545bd68f 100644 --- a/config/config.json +++ b/config/config.json @@ -247,7 +247,7 @@ }, "music": { "enabled": true, - "preferred_source": "ytm", + "preferred_source": "spotify", "YTM_COMPANION_URL": "http://192.168.86.12:9863", "POLLING_INTERVAL_SECONDS": 1 }