From b577edbb356ce1ef3095d37a51c874aa0c930741 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 23 May 2025 10:36:02 -0500 Subject: [PATCH] change music polling interval --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 8f7842ba..8bba7d03 100644 --- a/config/config.json +++ b/config/config.json @@ -249,6 +249,6 @@ "enabled": true, "preferred_source": "ytm", "YTM_COMPANION_URL": "http://192.168.86.12:9863", - "POLLING_INTERVAL_SECONDS": 2 + "POLLING_INTERVAL_SECONDS": 1 } } \ No newline at end of file