From 734f03aa4ff33d9fff9518f819e97d1fee6133a9 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 25 May 2025 15:45:32 -0500 Subject: [PATCH] re-enable 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 }