Rename indexer proxied HTTP methods for clarification

This commit is contained in:
Qstick
2021-10-06 19:33:47 -05:00
parent 918071903b
commit 234995cbaf
18 changed files with 40 additions and 40 deletions
@@ -56,7 +56,7 @@ namespace NzbDrone.Core.Indexers.Newznab
try
{
response = _httpClient.Execute(request, definition);
response = _httpClient.ExecuteProxied(request, definition);
}
catch (Exception ex)
{