mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
x264: add Login Type note
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Jackett.Common.Indexers
|
|||||||
var results = await PerformQuery(new TorznabQuery());
|
var results = await PerformQuery(new TorznabQuery());
|
||||||
if (!results.Any())
|
if (!results.Any())
|
||||||
{
|
{
|
||||||
throw new Exception("Your cookie did not work");
|
throw new Exception("Your cookie did not work. You might have to change the \"Login Type\" to \"Normal\" in the x264 profile settings.");
|
||||||
}
|
}
|
||||||
|
|
||||||
IsConfigured = true;
|
IsConfigured = true;
|
||||||
|
Reference in New Issue
Block a user