diff --git a/src/Jackett/Indexers/BeyondHD.cs b/src/Jackett/Indexers/BeyondHD.cs index c24a86877..39eca461f 100644 --- a/src/Jackett/Indexers/BeyondHD.cs +++ b/src/Jackett/Indexers/BeyondHD.cs @@ -88,7 +88,7 @@ namespace Jackett.Indexers Cookies = configData.Cookie.Value }); - await ConfigureIfOK(CookieHeader, response.Content.Contains("logout.php"), () => + await ConfigureIfOK(configData.Cookie.Value, response.Content.Contains("logout.php"), () => { CQ dom = response.Content; throw new ExceptionWithConfigData("Invalid cookie header", configData);