use recording info for <currentschedule> viewelement in main menu if recording is replayed

This commit is contained in:
louis
2015-04-01 10:14:26 +02:00
parent 203754e204
commit b98fee9668
20 changed files with 175 additions and 50 deletions

View File

@@ -120,8 +120,9 @@ public:
class cViewElementCurrentSchedule : public cViewElement, public cViewHelpers {
private:
string currentRecording;
public:
cViewElementCurrentSchedule(cTemplateViewElement *tmplViewElement);
cViewElementCurrentSchedule(cTemplateViewElement *tmplViewElement, string currentRecording);
virtual ~cViewElementCurrentSchedule() {};
bool Render(void);
};