Fixed a possible crash in the Schedule menu, in case Setup.EPGLinger is 0

This commit is contained in:
Klaus Schmidinger
2021-04-29 09:19:58 +02:00
parent 4a199fe4ac
commit 10ffd08c82
2 changed files with 5 additions and 2 deletions

View File

@@ -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.