mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
More descriptive message if indexer connection test was successful but yielded no results.
This commit is contained in:
parent
a30d9a1af2
commit
d244ed6c64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue