mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
update-no-results-msg
This commit is contained in:
parent
9efd0b391e
commit
364a5564ae
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ namespace NzbDrone.Core.Indexers
|
|||
|
||||
if (releases.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 were returned from your indexer. This may be an issue with the indexer, your indexer category settings, or other indexer settings such as search freeleech only etc.");
|
||||
}
|
||||
}
|
||||
catch (IndexerAuthException ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue