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 /config.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 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ public: int EmergencyExit; //ML - #define LNB_SHARING_VERSION "0.1.3" + #define LNB_SHARING_VERSION "0.1.4" int VerboseLNBlog; #define MAXDEVICES 16 // Since VDR 1.3.32 we can not #include "device.h" for MAXDEVICES anymore. // With this workaround a warning will be shown during compilation if |