diff options
author | horchi <vdr@jwendel.de> | 2020-02-17 19:22:04 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-02-17 19:22:04 +0100 |
commit | 9250a19c953832f569252b26149b73c53cb43e67 (patch) | |
tree | 3276b445f49f0796e40e84ec713dde2a340cf03d /configs | |
parent | 8114560e64f8b1e51260483c691c26c7b5a9dfb2 (diff) | |
download | vdr-epg-daemon-9250a19c953832f569252b26149b73c53cb43e67.tar.gz vdr-epg-daemon-9250a19c953832f569252b26149b73c53cb43e67.tar.bz2 |
2020-02-17: version 1.1.157 (horchi)\n - bugfix: Fixed conflicting timer start times\n\n1.1.157
Diffstat (limited to 'configs')
-rw-r--r-- | configs/epg.dat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/epg.dat b/configs/epg.dat index 50e3fe0..1f605f7 100644 --- a/configs/epg.dat +++ b/configs/epg.dat @@ -614,6 +614,7 @@ Table timers EVENTID "useid" eventid UInt 0 Data, CHANNELID "" channelid Ascii 50 Data, + EVTSTARTTIME "start time of the event, if any" evtstarttime Int 10 Data, _STARTTIME "pre filled start time for trigger" _starttime Int 10 Data, _ENDTIME "pre filled end time" _endtime Int 10 Data, |