x264: add Login Type note

This commit is contained in:
kaso17
2018-08-06 13:14:44 +02:00
parent 847688bae8
commit 09a7950c1d

View File

@@ -86,7 +86,7 @@ namespace Jackett.Common.Indexers
var results = await PerformQuery(new TorznabQuery());
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;