mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
Fixed: Indexer failures not logged to history
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user