mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
better process.start for mono
This commit is contained in:
parent
aee7019ed2
commit
435904bc0a
12 changed files with 34 additions and 45 deletions
|
@ -26,7 +26,7 @@ namespace NzbDrone.Update.UpdateEngine
|
|||
return AppType.Service;
|
||||
}
|
||||
|
||||
if (_processProvider.Exists(ProcessProvider.NzbDroneConsoleProcessName))
|
||||
if (_processProvider.Exists(ProcessProvider.NZB_DRONE_CONSOLE_PROCESS_NAME))
|
||||
{
|
||||
return AppType.Console;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue