diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-04-29 09:19:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-04-29 09:19:58 +0200 |
commit | 10ffd08c826e2e49cf012a62977cc5ccf0be2d1c (patch) | |
tree | 570656602ec2e37dc90a7b387ae13b53eafaf658 /HISTORY | |
parent | 4a199fe4acba6da192c0fa5b847760ca65e2c365 (diff) | |
download | vdr-10ffd08c826e2e49cf012a62977cc5ccf0be2d1c.tar.gz vdr-10ffd08c826e2e49cf012a62977cc5ccf0be2d1c.tar.bz2 |
Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9663,8 +9663,9 @@ Video Disk Recorder Revision History - EXPIRELATENCY now only applies to VPS timers. - Deleting expired timers is now triggered immediately after the timers are modified. -2021-04-28: +2021-04-29: - Now using a separate fixed value for internal EPG linger time. This fixes problems with spawned timers jumping to the next event in case Setup.EPGLinger is very small. (reported by Jürgen Schneider). +- Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0. |