Replace API request with indexer request

This commit is contained in:
Bogdan
2023-05-18 02:48:38 +03:00
parent 48bb3196dd
commit 47ceabc834
17 changed files with 31 additions and 31 deletions
@@ -172,7 +172,7 @@ namespace NzbDrone.Core.Indexers.Definitions
if (indexerResponse.HttpResponse.StatusCode != HttpStatusCode.OK)
{
throw new IndexerException(indexerResponse, $"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from API request");
throw new IndexerException(indexerResponse, $"Unexpected response status {indexerResponse.HttpResponse.StatusCode} code from indexer request");
}
// When there are no results, the API returns an empty array or empty response instead of an object