From fd68777484c824341c419c0d4a5556a6f16dfbf0 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 9 Aug 2025 14:00:44 -0500 Subject: [PATCH] enable NFL recent --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index d3488535..05467d74 100644 --- a/config/config.json +++ b/config/config.json @@ -218,7 +218,7 @@ "show_records": true, "display_modes": { "nfl_live": true, - "nfl_recent": false, + "nfl_recent": true, "nfl_upcoming": true } },