mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Moved Proxy types around and refactored/renamed a few things.
This commit is contained in:
parent
9e7927acec
commit
b479064abd
14 changed files with 141 additions and 90 deletions
|
@ -7,8 +7,7 @@ using NzbDrone.Common.EnvironmentInfo;
|
|||
using NzbDrone.Core.Configuration.Events;
|
||||
using NzbDrone.Core.MediaFiles;
|
||||
using NzbDrone.Core.Messaging.Events;
|
||||
using NzbDrone.Core.Http;
|
||||
using NzbDrone.Common.Http;
|
||||
using NzbDrone.Common.Http.Proxy;
|
||||
|
||||
namespace NzbDrone.Core.Configuration
|
||||
{
|
||||
|
@ -344,7 +343,7 @@ namespace NzbDrone.Core.Configuration
|
|||
get { return GetValue("ProxyPassword", string.Empty); }
|
||||
}
|
||||
|
||||
public string ProxySubnetFilter
|
||||
public string ProxyBypassFilter
|
||||
{
|
||||
get { return GetValue("ProxySubnetFilter", string.Empty); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue