mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Workaround for bug #1069.
Option -s (start in suspended mode) does not work anymore.
This commit is contained in:
parent
0cf4598f68
commit
de7c4b2a96
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user