diff options
Diffstat (limited to 'service.c')
-rw-r--r-- | service.c | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -20,6 +20,10 @@ cEpgTimer::cEpgTimer(bool Instant, bool Pause, const cChannel* Channel) vdrRunning = no; stateInfo = 0; local = yes; + type = ttRecord; + action = '-'; + createTime = 0; + modTime = 0; } cEpgTimer::~cEpgTimer() @@ -39,11 +43,6 @@ void cEpgTimer::setState(char s, const char* info) stateInfo = strdup(info); } -void cEpgTimer::setAction(char a) -{ - action = a; -} - void cEpgTimer::setVdr(const char* name, const char* uuid, int running) { local = yes; // the default |