mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fixed BitMeTV login, fixed failed login callback failing if async
This commit is contained in:
@@ -99,7 +99,7 @@ namespace Jackett.Indexers
|
||||
// Redirect to ? then to /t
|
||||
await FollowIfRedirect(response, request.Url, null, firstCallCookies);
|
||||
|
||||
ConfigureIfOK(firstCallCookies, response.Content.Contains("/my.php"), () =>
|
||||
await ConfigureIfOK(firstCallCookies, response.Content.Contains("/my.php"), () =>
|
||||
{
|
||||
CQ dom = response.Content;
|
||||
var messageEl = dom["body > div"].First();
|
||||
|
Reference in New Issue
Block a user