Add channel switching delay so stream settles before switching

This commit is contained in:
markmental 2026-03-28 13:57:42 -04:00
commit ebe5b4bfcf
3 changed files with 10 additions and 1 deletions

View file

@ -25,6 +25,7 @@ typedef struct App {
int last_blackout_state;
Uint32 startup_handoff_until;
Uint32 channel_banner_until;
Uint32 channel_switch_lock_until;
time_t app_start_time;
Uint64 app_start_ticks;
int guide_time_offset_minutes;