diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-04-20 13:22:37 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-04-20 13:22:37 +0200 |
commit | ce23ba64bd4c606576a8cd6003c2dfd4f9820ed6 (patch) | |
tree | ba94ca208f3efcf699ee5a25020ad0f55d961ec4 /HISTORY | |
parent | 02c668a6a9c6cbf4fc1638122be53b7155c900e0 (diff) | |
download | vdr-ce23ba64bd4c606576a8cd6003c2dfd4f9820ed6.tar.gz vdr-ce23ba64bd4c606576a8cd6003c2dfd4f9820ed6.tar.bz2 |
Deleting expired timers is now triggered immediately after the timers are modified
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9641,7 +9641,7 @@ Video Disk Recorder Revision History - No longer switching devices for pattern timers (thanks to Helmut Binder). - cTimer::TriggerRespawn() now only acts on local timers. -2021-04-19: +2021-04-20: - When spawning pattern timers, the new function cTimers::GetTimerForEvent() is now used to check whether a matching event already has a local spawned timer. Reason: creating a timer @@ -9661,3 +9661,4 @@ Video Disk Recorder Revision History - The new functions cTimer::Start/StopTimeEvent() are now used in the LCARS skin to display the start/stop times of timers in the main menu. - EXPIRELATENCY now only applies to VPS timers. +- Deleting expired timers is now triggered immediately after the timers are modified. |