mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Changed: More descriptive message if indexer test yielded no results
This commit is contained in:
parent
016ec00fcd
commit
f3573d4deb
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,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