summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/menu.c b/menu.c
index a1ae23f..3542bda 100644
--- a/menu.c
+++ b/menu.c
@@ -745,6 +745,7 @@ int cMenuDb::createSwitchTimer(const cEvent* event)
cDbRow* timerRow = newTimerRowFromEvent(event);
+ timerRow->setValue("_STARTTIME", timerRow->getIntValue("EVTSTARTTIME"));
timerRow->setValue("STARTTIME", l2hhmm(timerRow->getIntValue("_STARTTIME")));
createTimer(timerRow, Epg2VdrConfig.uuid, ttView);