mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
use recording info for <currentschedule> viewelement in main menu if recording is replayed
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user