mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Fixed: Improved Indexer test failure message when no results are returned
(cherry picked from commit 05b1581b7dfa5bc8a2b38a60179e3472c8134f74)
This commit is contained in:
parent
c2e5686bcf
commit
9377ef7942
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ protected virtual ValidationFailure TestConnection()
|
||||||
|
|
||||||
if (releases.Empty())
|
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)
|
catch (ApiKeyException ex)
|
||||||
|
|
Loading…
Reference in a new issue