From 238ba34e22de51720802c38739e9b688e98ceb57 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 2 Jan 2022 15:46:26 +0100 Subject: 2022-01-02: version 1.2.3 (horchi)\n - change: Removed timer start margin for switch timers\n\n --- HISTORY.h | 5 ++++- menu.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.h b/HISTORY.h index 78808eb..34f0292 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -5,7 +5,7 @@ * */ -#define _VERSION "1.2.2" +#define _VERSION "1.2.3" #define VERSION_DATE "01.01.2022" #define DB_API 7 @@ -19,6 +19,9 @@ /* * ------------------------------------ +2022-01-02: version 1.2.3 (horchi) + - change: Removed timer start margin for switch timers + 2022-01-01: version 1.2.2 (horchi) - change: Undo of 1.2.1 (can't detect the situation for this log message at plugin side) 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); -- cgit v1.2.3