mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
AnimeBytes: fix warning
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Jackett.Indexers
|
||||
if (response.IsRedirect)
|
||||
{
|
||||
// re-login
|
||||
ApplyConfiguration(null);
|
||||
await ApplyConfiguration(null);
|
||||
response = await RequestStringWithCookiesAndRetry(queryUrl);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user