mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
removed UGuid leftovers.
This commit is contained in:
parent
4da6654440
commit
c357d062d3
3 changed files with 5 additions and 14 deletions
|
@ -76,7 +76,7 @@ namespace NzbDrone.Core.Update
|
|||
var startInfo = new ProcessStartInfo
|
||||
{
|
||||
FileName = _environmentProvider.GetUpdateClientExePath(),
|
||||
Arguments = string.Format("{0} {1}", _processProvider.GetCurrentProcess().Id)
|
||||
Arguments = _processProvider.GetCurrentProcess().Id.ToString()
|
||||
};
|
||||
|
||||
var process = _processProvider.Start(startInfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue