mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 05:53:41 +02:00
core: fix cookie login message (#8375)
Before this change the message was: Your cookie did not work: Your cookie did not work Now: Your cookie did not work: Found 0 results in the tracker
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Jackett.Common.Indexers.Abstract
|
||||
var results = await PerformQuery(new TorznabQuery());
|
||||
if (!results.Any())
|
||||
{
|
||||
throw new Exception("Your cookie did not work");
|
||||
throw new Exception("Found 0 results in the tracker");
|
||||
}
|
||||
|
||||
IsConfigured = true;
|
||||
|
Reference in New Issue
Block a user