Switching the primary device is no longer done via osSwitchDvb, but rather by the main program loop reacting to changes in Setup.PrimaryDVB

This commit is contained in:
Klaus Schmidinger
2017-11-09 16:23:15 +01:00
parent bc3b6ed601
commit 950b248220
4 changed files with 18 additions and 13 deletions

View File

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