Workaround for bug #1069.

Option -s (start in suspended mode) does not work anymore.
This commit is contained in:
Johns 2012-10-06 19:16:10 +02:00
parent 0cf4598f68
commit de7c4b2a96
1 changed files with 3 additions and 2 deletions

View File

@ -1997,8 +1997,9 @@ bool cPluginSoftHdDevice::Start(void)
switch (::Start()) {
case 1:
cControl::Launch(new cSoftHdControl);
cControl::Attach();
//cControl::Launch(new cSoftHdControl);
//cControl::Attach();
// FIXME: VDR overwrites the control
SuspendMode = SUSPEND_NORMAL;
break;
case -1: