From 09a7950c1d65cc21658a84aea0e33d78550d81cc Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 6 Aug 2018 13:14:44 +0200 Subject: [PATCH] x264: add Login Type note --- src/Jackett.Common/Indexers/x264.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Indexers/x264.cs b/src/Jackett.Common/Indexers/x264.cs index 247a3804e..ab6e438a1 100644 --- a/src/Jackett.Common/Indexers/x264.cs +++ b/src/Jackett.Common/Indexers/x264.cs @@ -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;