summaryrefslogtreecommitdiff
path: root/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'service.c')
-rw-r--r--service.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/service.c b/service.c
index 1c34f98..2eba87b 100644
--- a/service.c
+++ b/service.c
@@ -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