New: (Indexer) HD-Space

This commit is contained in:
Qstick
2021-06-27 21:40:43 -04:00
parent 79618adaf9
commit f55493c9a9
2 changed files with 346 additions and 1 deletions

View File

@@ -504,7 +504,7 @@ namespace NzbDrone.Core.Indexers
{
_logger.Warn("Indexer returned result for RSS URL, Credentials appears to be invalid: " + ex.Message);
return new ValidationFailure("ApiKey", "Invalid API Key");
return new ValidationFailure("", ex.Message);
}
catch (RequestLimitReachedException ex)
{