summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2012-03-11 09:41:33 +0100
committerFrank Schmirler <vdr@schmirler.de>2012-03-11 09:41:33 +0100
commita1797719de296b381a18ae889294b00dd5850667 (patch)
tree69d2882809e2378864fd90551dc8a1ed0800659a /HISTORY
parent5a3c5357781d8c8e04c28a1799d6f6a0e2065daf (diff)
downloadvdr-plugin-streamdev-a1797719de296b381a18ae889294b00dd5850667.tar.gz
vdr-plugin-streamdev-a1797719de296b381a18ae889294b00dd5850667.tar.bz2
Using SetOccupied() won't work as it isn't considered in GetDevice(). Trying
to compensate the loss of SetAvoidDevice() with streamdevs CheckConnection(), ignoring the current live TV device. If a new device is returned it is just switched to the new channel. Hopefully the main loop will pick it up later, after streamdev switched aways live TV.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index cbcfd28..c8d0085 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
-- API change of VDR 1.7.26: Use "occupied" instead of "avoid device".
+- API change of VDR 1.7.26: "avoid device" is no longer available
- Fixed ProvidesChannel() on client always returning true since the new timeout
option has been added.
- Updated Finnish translation (thanks to Rolf Ahrenberg)