diff options
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index 97c252a..3ccce1c 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1405,7 +1405,9 @@ bool cPluginSoftHdDevice::Start(void) } } - ::Start(); + if (!::Start()) { + SuspendMode = SUSPEND_NORMAL; + } return true; } |