From d616dddac05de686822694fa482112d62e3beb03 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:00:01 -0500 Subject: [PATCH] enable soccer --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 36f22388..d3488535 100644 --- a/config/config.json +++ b/config/config.json @@ -368,9 +368,9 @@ "scroll_gap_width": 32 }, "soccer_scoreboard": { - "enabled": false, + "enabled": true, "live_priority": true, - "live_game_duration": 20, + "live_game_duration": 30, "show_odds": true, "test_mode": false, "update_interval_seconds": 3600,