AnimeBytes: fix warning

This commit is contained in:
kaso17
2017-01-16 18:14:41 +01:00
parent ef7902b378
commit be74b3af7c

View File

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