Improve No Results Messaging

pull/2276/head
bakerboy448 1 month ago committed by GitHub
parent 06ae85e6d1
commit b917932f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -761,7 +761,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, your indexer category settings, or other indexer settings such as search freeleech only etc.");
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. See the FAQ for details.");
}
}
catch (IndexerAuthException ex)

Loading…
Cancel
Save