Fixed BitMeTV login, fixed failed login callback failing if async

This commit is contained in:
unknown
2015-08-02 11:28:59 -06:00
parent 394519e779
commit 478c41fed6
28 changed files with 51 additions and 37 deletions

View File

@@ -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();