Add channel banner when switching channels

This commit is contained in:
markmental 2026-03-28 12:46:58 -04:00
commit be4e8b768f
9 changed files with 358 additions and 70 deletions

View file

@ -24,8 +24,10 @@ typedef struct App {
int startup_handoff_active;
int last_blackout_state;
Uint32 startup_handoff_until;
Uint32 channel_banner_until;
time_t app_start_time;
Uint64 app_start_ticks;
int guide_time_offset_minutes;
ChannelList channels;
Player player;
UiFonts fonts;