From bde35d1c42bf30bd7b276e6aa4e642d92ede99c0 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 23 May 2025 14:54:02 -0500 Subject: [PATCH] enable 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 d72acfe4..d2fab75e 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 }