mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
directories for timers and searchtimers can be edited
This commit is contained in:
@@ -123,6 +123,7 @@ private:
|
||||
int stop;
|
||||
int prio;
|
||||
int lifetime;
|
||||
char folder[TEXTINPUTLENGTH];
|
||||
public:
|
||||
cRecMenuEditTimer(cTimer *timer, eRecMenuState nextState);
|
||||
virtual ~cRecMenuEditTimer(void) {};
|
||||
@@ -236,6 +237,8 @@ private:
|
||||
int dayOfWeek;
|
||||
int priority;
|
||||
int lifetime;
|
||||
bool useEpisode;
|
||||
char directory[TEXTINPUTLENGTH];
|
||||
int marginStart;
|
||||
int marginStop;
|
||||
bool useVPS;
|
||||
|
Reference in New Issue
Block a user