mirror of
https://github.com/Readarr/Readarr
synced 2026-02-24 07:36:01 +01:00
Fixed: Follow Temp Redirects
This commit is contained in:
parent
361908d431
commit
802f7f96c0
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ public string Content
|
|||
|
||||
public bool HasHttpRedirect => StatusCode == HttpStatusCode.Moved ||
|
||||
StatusCode == HttpStatusCode.MovedPermanently ||
|
||||
StatusCode == HttpStatusCode.TemporaryRedirect ||
|
||||
StatusCode == HttpStatusCode.Found;
|
||||
|
||||
public string[] GetCookieHeaders()
|
||||
|
|
|
|||
Loading…
Reference in a new issue