mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
StyleCop
This commit is contained in:
@@ -19,7 +19,9 @@ namespace NzbDrone.Core.Http
|
||||
{
|
||||
var proxySettings = GetProxySettings();
|
||||
if (proxySettings == null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
if (ShouldProxyBeBypassed(proxySettings, request.Url))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user