summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-11-09 16:23:15 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-11-09 16:23:15 +0100
commit950b248220c64aea4078ce0461647d020db4c44f (patch)
tree9f742e801a412862c2dd622741a8f881fa43f8f0 /HISTORY
parentbc3b6ed601f37fa6b2cfb7dec9e39439590be6b3 (diff)
downloadvdr-950b248220c64aea4078ce0461647d020db4c44f.tar.gz
vdr-950b248220c64aea4078ce0461647d020db4c44f.tar.bz2
Switching the primary device is no longer done via osSwitchDvb, but rather by the main program loop reacting to changes in Setup.PrimaryDVB
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b6f87e4a..e9048065 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9194,3 +9194,5 @@ Video Disk Recorder Revision History
- If an event in the Schedules menu is marked with a 'T' or 'I' and the user presses the
Red button to edit the timer, local timers are now preferred over remote timers
in case there is more than one timer that will record that event.
+- Switching the primary device is no longer done via osSwitchDvb (which has been
+ removed), but rather by the main program loop reacting to changes in Setup.PrimaryDVB.