1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 15:11:27 +00:00

Fixing the build

This commit is contained in:
Mark McDowall 2014-12-07 22:05:27 -08:00
parent f4c202441c
commit a9b9a5269f

View file

@ -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())
{ {