mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-30 09:01:41 +02:00
Fixed: Improved Indexer test failure message when no results are returned
This commit is contained in:
parent
36395decc7
commit
05b1581b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ protected virtual ValidationFailure TestConnection()
|
|||
|
||||
if (releases.Empty())
|
||||
{
|
||||
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.");
|
||||
return new ValidationFailure(string.Empty, "Query successful, but no results in the configured categories were returned from your indexer. This may be an issue with the indexer or your indexer category settings.");
|
||||
}
|
||||
}
|
||||
catch (ApiKeyException ex)
|
||||
|
|
|
|||
Loading…
Reference in a new issue