mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
Rename indexer proxied HTTP methods for clarification
This commit is contained in:
@@ -56,7 +56,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||
|
||||
try
|
||||
{
|
||||
response = _httpClient.Execute(request, definition);
|
||||
response = _httpClient.ExecuteProxied(request, definition);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user