summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-04-17 09:44:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-04-17 09:44:01 +0200
commitfa8c7c35b5869497df02253cd7b6fc6da566f423 (patch)
tree75fe4880677b3c3cb0ab9bb6b2b28208bbca80f0 /HISTORY
parent3d13eb002fbfe7b303f0f873e59623cb448dff5f (diff)
downloadvdr-fa8c7c35b5869497df02253cd7b6fc6da566f423.tar.gz
vdr-fa8c7c35b5869497df02253cd7b6fc6da566f423.tar.bz2
Fixed the timer indicator in the Schedule menu in case an event is already over, but the timer is still recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9ce48e20..6680d1c4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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-16:
+2021-04-17:
- 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
@@ -9656,3 +9656,5 @@ Video Disk Recorder Revision History
matching events that would start while the first one is still recording.
- Now making sure that spawned timers with reduced start/stop margins actually record with
the full margins.
+- Fixed the timer indicator in the Schedule menu in case an event is already over, but the
+ timer is still recording.