mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: (Flaresolverr) Ignore http errors on initial request when using FS
This commit is contained in:
parent
a2df38b1ca
commit
c83c818380
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ namespace NzbDrone.Core.IndexerProxies.FlareSolverr
|
|||
|
||||
public override HttpRequest PreRequest(HttpRequest request)
|
||||
{
|
||||
//Try original request first, detect CF in post response
|
||||
//Try original request first, ignore errors, detect CF in post response
|
||||
request.SuppressHttpError = true;
|
||||
|
||||
return request;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue