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 /configs | |
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 '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 aae0c97..d23f7a7 100644 --- a/configs/epg.dat +++ b/configs/epg.dat @@ -611,6 +611,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 timer for trigger" _starttime Int 10 Data, _ENDTIME "pre filled end time" _endtime Int 10 Data, |