diff options
author | horchi <vdr@jwendel.de> | 2020-02-17 19:28:56 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-02-17 19:28:56 +0100 |
commit | f446cdf8961586c7bccb7a686b399f454f5cf31a (patch) | |
tree | 6ee8f9188db07b9f9a5d203a399b2fb747b4e07a /ttools.c | |
parent | 3498fff069e4c02588fae02b3b44e0ded35cc0ee (diff) | |
download | vdr-plugin-epg2vdr-f446cdf8961586c7bccb7a686b399f454f5cf31a.tar.gz vdr-plugin-epg2vdr-f446cdf8961586c7bccb7a686b399f454f5cf31a.tar.bz2 |
2020-02-17: version 1.1.109 (horchi)\n - bugfix: Fixed conflicting timer start times\n\n1.1.109
Diffstat (limited to 'ttools.c')
-rw-r--r-- | ttools.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |