mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixing the build
This commit is contained in:
parent
f4c202441c
commit
a9b9a5269f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ namespace NzbDrone.Update
|
||||||
ProcessId = ParseProcessId(args[0])
|
ProcessId = ParseProcessId(args[0])
|
||||||
};
|
};
|
||||||
|
|
||||||
if (OsInfo.IsMono)
|
if (OsInfo.IsNotWindows)
|
||||||
{
|
{
|
||||||
switch (args.Count())
|
switch (args.Count())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue