diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |