mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
OS X and linux can be treated separately
This commit is contained in:
@@ -90,7 +90,7 @@ namespace NzbDrone.Host.AccessControl
|
||||
|
||||
private bool IsFirewallEnabled()
|
||||
{
|
||||
if (OsInfo.IsLinux) return false;
|
||||
if (OsInfo.IsMono) return false;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user