mirror of
https://github.com/Readarr/Readarr
synced 2025-12-31 20:52:35 +01: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 @@ protected virtual ValidationFailure TestConnection()
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue