From ceb6d5fdaccf774453588670f6c595caeabe8e39 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 30 Jul 2025 16:49:37 -0500 Subject: [PATCH] set milb to priority --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 57dc007b..8484f1a2 100644 --- a/config/config.json +++ b/config/config.json @@ -327,7 +327,7 @@ }, "milb": { "enabled": true, - "live_priority": false, + "live_priority": true, "live_game_duration": 30, "test_mode": false, "update_interval_seconds": 3600,