summaryrefslogtreecommitdiff
path: root/ttools.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttools.c')
-rw-r--r--ttools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttools.c b/ttools.c
index 685f383..58dcd44 100644
--- a/ttools.c
+++ b/ttools.c
@@ -334,6 +334,7 @@ int updateRowByTimer(cDbRow* timerRow, const cTimer* t)
timerRow->setValue("VDRUUID", Epg2VdrConfig.uuid);
timerRow->setValue("EVENTID", t->Event() ? (long)t->Event()->EventID() : 0);
+ if (t->Event()) timerRow->setValue("EVTSTARTTIME", t->Event()->StartTime());
timerRow->setValue("_STARTTIME", startTime);
timerRow->setValue("_ENDTIME", endTime);
timerRow->setValue("CHANNELID", channelId);