From 0909523ba23da80588ed6d8c74d19498e3c7a513 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:29:48 -0500 Subject: [PATCH] disable recent game scores for NFL, NCAA FB --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 137d0efe..7367c2cf 100644 --- a/config/config.json +++ b/config/config.json @@ -183,7 +183,7 @@ "show_records": true, "display_modes": { "nfl_live": true, - "nfl_recent": true, + "nfl_recent": false, "nfl_upcoming": true } }, @@ -202,7 +202,7 @@ "show_records": true, "display_modes": { "ncaa_fb_live": true, - "ncaa_fb_recent": true, + "ncaa_fb_recent": false, "ncaa_fb_upcoming": true } },