mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-17 18:30:47 +02:00
Fixed: Correctly persist FlareSolverr Cookies to ensure it doesn't run on every request
This commit is contained in:
parent
4473551182
commit
b5d789df3a
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ protected virtual async Task<IndexerResponse> FetchIndexerResponse(IndexerReques
|
|||
throw new CloudFlareProtectionException(response);
|
||||
}
|
||||
|
||||
UpdateCookies(Cookies, DateTime.Now + TimeSpan.FromDays(30));
|
||||
UpdateCookies(request.HttpRequest.Cookies, DateTime.Now + TimeSpan.FromDays(30));
|
||||
|
||||
return new IndexerResponse(request, response);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue