mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -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