diff --git a/config/config.json b/config/config.json index 91314a9c..1baf18b3 100644 --- a/config/config.json +++ b/config/config.json @@ -244,7 +244,7 @@ "show_records": true, "display_modes": { "ncaa_fb_live": true, - "ncaa_fb_recent": false, + "ncaa_fb_recent": true , "ncaa_fb_upcoming": true } }, @@ -299,8 +299,8 @@ "update_interval": 3600 }, "mlb": { - "enabled": false, - "live_priority": true, + "enabled": true, + "live_priority": false, "live_game_duration": 30, "show_odds": true, "test_mode": false, @@ -327,7 +327,7 @@ }, "milb": { "enabled": true, - "live_priority": true, + "live_priority": false, "live_game_duration": 30, "test_mode": false, "update_interval_seconds": 3600,