Add channel banner when switching channels
This commit is contained in:
parent
8890d7f527
commit
be4e8b768f
9 changed files with 358 additions and 70 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue