- epgview: fix content of small bottom box in movieplayer mode

This commit is contained in:
svenhoefer
2016-08-10 12:17:16 +02:00
parent 23d3b61e0a
commit 99de005c68
2 changed files with 55 additions and 54 deletions

View File

@@ -94,6 +94,7 @@ class CEpgData
bool hasFollowScreenings(const t_channel_id channel_id, const std::string & title);
int FollowScreenings(const t_channel_id channel_id, const std::string & title);
void showTimerEventBar(bool show, bool adzap = false, bool mp_info = false);
void showProgressBar();
bool isCurrentEPG(const t_channel_id channel_id);
public: