From d6ca83f090df20e7f103e9df76a04519c6330590 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 9 Aug 2025 11:05:27 -0500 Subject: [PATCH] disable soccer to focus on milb live --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 6e4d81fe..36f22388 100644 --- a/config/config.json +++ b/config/config.json @@ -368,7 +368,7 @@ "scroll_gap_width": 32 }, "soccer_scoreboard": { - "enabled": true, + "enabled": false, "live_priority": true, "live_game_duration": 20, "show_odds": true,