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