diff options
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -736,6 +736,8 @@ int cMenuDb::createSwitchTimer(const cEvent* event) return done; cDbRow* timerRow = newTimerRowFromEvent(event); + + timerRow->setValue("STARTTIME", l2hhmm(timerRow->getIntValue("_STARTTIME"))); createTimer(timerRow, Epg2VdrConfig.uuid, ttView); tell(0, "Switch timer for '%s' at '%s' created", |