diff options
author | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-02-18 22:39:16 +0100 |
---|---|---|
committer | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-02-18 22:39:16 +0100 |
commit | 6252a0fcd639e6f3fe6775044a2a996c21225c9c (patch) | |
tree | 9aefeb0dfcaebd8359bae9f73bcc957234d15db7 /device.h | |
parent | b4e66d3d624cc1cfbe2f435f02810f544633d993 (diff) | |
download | vdr-patch-lnbsharing-lnb-sharing-0.1.4.tar.gz vdr-patch-lnbsharing-lnb-sharing-0.1.4.tar.bz2 |
lnb-sharing 0.1.4HEADlnb-sharing-0.1.4master
Fix: Short before a recording starts, the system switches between black screen and channel. If VPS is used, the recording will not even start. Thanks to urknall @ vdr-portal.de for reporting this error and Uwe (Licherkette @ vdr-portal.de) for providing a Log
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -194,6 +194,8 @@ public: ///< (device recieving live view) would be affected by switching to the requested channel. ///< Returns -2 if there are no such devices and the actual device ///< would not be affected by switching to the requested channel. + bool IsShareAvoidDevice(const cChannel *Channel, const cDevice *AvoidDevice) const; + ///< Returns true if switching this device to Channel will result in a switch of AvoidDevice //ML-Ende |