summaryrefslogtreecommitdiff
path: root/ttools.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-02-17 19:28:56 +0100
committerhorchi <vdr@jwendel.de>2020-02-17 19:28:56 +0100
commitf446cdf8961586c7bccb7a686b399f454f5cf31a (patch)
tree6ee8f9188db07b9f9a5d203a399b2fb747b4e07a /ttools.c
parent3498fff069e4c02588fae02b3b44e0ded35cc0ee (diff)
downloadvdr-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttools.c b/ttools.c
index 685f383..58dcd44 100644
--- a/ttools.c
+++ b/ttools.c
@@ -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);