AnimeBytes: fix warning

This commit is contained in:
kaso17 2017-01-16 18:14:41 +01:00
parent ef7902b378
commit be74b3af7c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ namespace Jackett.Indexers
if (response.IsRedirect)
{
// re-login
ApplyConfiguration(null);
await ApplyConfiguration(null);
response = await RequestStringWithCookiesAndRetry(queryUrl);
}