mirror of https://github.com/Sonarr/Sonarr
More descriptive message if indexer connection test was successful but yielded no results.
This commit is contained in:
parent
a30d9a1af2
commit
d244ed6c64
|
@ -336,7 +336,7 @@ namespace NzbDrone.Core.Indexers
|
||||||
|
|
||||||
if (releases.Empty())
|
if (releases.Empty())
|
||||||
{
|
{
|
||||||
return new ValidationFailure(string.Empty, "No results were returned from your indexer, please check your settings.");
|
return new ValidationFailure(string.Empty, "Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (ApiKeyException)
|
catch (ApiKeyException)
|
||||||
|
|
Loading…
Reference in New Issue