removed duplicate display duration settings

This commit is contained in:
ChuckBuilds
2025-05-02 12:37:24 -05:00
parent edfbea47d7
commit c9965cf839

View File

@@ -44,6 +44,9 @@
"ncaa_fb_live": 30,
"ncaa_fb_recent": 15,
"ncaa_fb_upcoming": 15,
"ncaa_bb_live": 30,
"ncaa_bb_recent": 10,
"ncaa_bb_upcoming": 10,
"calendar": 30,
"youtube": 20,
"mlb_live": 30,
@@ -112,8 +115,7 @@
"nhl_live": true,
"nhl_recent": true,
"nhl_upcoming": true
},
"live_game_duration": 30
}
},
"nba_scoreboard": {
"enabled": false,
@@ -129,8 +131,7 @@
"nba_live": true,
"nba_recent": true,
"nba_upcoming": true
},
"live_game_duration": 30
}
},
"nfl_scoreboard": {
"enabled": false,
@@ -145,10 +146,7 @@
"nfl_live": true,
"nfl_recent": true,
"nfl_upcoming": true
},
"live_game_duration": 30,
"recent_game_duration": 30,
"upcoming_game_duration": 30
}
},
"ncaa_fb_scoreboard": {
"enabled": true,
@@ -163,10 +161,23 @@
"ncaa_fb_live": true,
"ncaa_fb_recent": true,
"ncaa_fb_upcoming": true
},
"live_game_duration": 30,
"recent_game_duration": 15,
"upcoming_game_duration": 15
}
},
"ncaa_bb_scoreboard": {
"enabled": false,
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 20,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"recent_game_hours": 72,
"favorite_teams": [],
"logo_dir": "assets/sports/ncaa_fbs_logos",
"display_modes": {
"ncaa_bb_live": true,
"ncaa_bb_recent": true,
"ncaa_bb_upcoming": true
}
},
"youtube": {
"enabled": true,
@@ -186,8 +197,7 @@
"mlb_live": true,
"mlb_recent": true,
"mlb_upcoming": true
},
"live_game_duration": 30
}
},
"text_display": {
"enabled": true,
@@ -215,7 +225,6 @@
"soccer_live": true,
"soccer_recent": true,
"soccer_upcoming": true
},
"live_game_duration": 30
}
}
}