mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: (Indexer) HD-Space
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user