Fixed: Indexer failures not logged to history

This commit is contained in:
Qstick
2021-05-16 23:21:29 -04:00
parent 4cc52c415c
commit 5cb13e69d7
10 changed files with 38 additions and 25 deletions
@@ -45,7 +45,7 @@ namespace NzbDrone.Core.Indexers.Newznab
if (errorMessage == "Request limit reached")
{
throw new RequestLimitReachedException("API limit reached");
throw new RequestLimitReachedException(indexerResponse, "API limit reached");
}
throw new NewznabException(indexerResponse, errorMessage);