mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
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 @@ 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 New Issue
Block a user