mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
fixed multiple instances starting when updateing nzbdrone
This commit is contained in:
parent
4ee148549f
commit
091ec312c8
2 changed files with 30 additions and 6 deletions
|
@ -124,7 +124,6 @@ namespace NzbDrone.Common
|
|||
|
||||
process.BeginErrorReadLine();
|
||||
process.BeginOutputReadLine();
|
||||
process.Start();
|
||||
|
||||
return process;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue