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