mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-21 12:20:59 +02:00
And another.....
This commit is contained in:
parent
f96dbbfc21
commit
df0b8fc660
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ private HttpRequest GenerateFlareSolverrRequest(HttpRequest request)
|
|||
UserAgent = userAgent,
|
||||
Proxy = new FlareSolverrProxy
|
||||
{
|
||||
Url = proxyUrl.AbsoluteUri
|
||||
Url = proxyUrl?.AbsoluteUri
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue