mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
OS X and linux can be treated separately
This commit is contained in:
@@ -78,7 +78,7 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
return (OsInfo.IsWindows &&
|
||||
IsUserInteractive &&
|
||||
ProcessName.Equals(ProcessProvider.NZB_DRONE_CONSOLE_PROCESS_NAME, StringComparison.InvariantCultureIgnoreCase)) ||
|
||||
OsInfo.IsLinux;
|
||||
OsInfo.IsMono;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user