mirror of
https://github.com/Readarr/Readarr
synced 2026-01-06 07:40:49 +01:00
parent
529ffa8864
commit
3e72770ec5
1 changed files with 3 additions and 1 deletions
|
|
@ -52,8 +52,10 @@ public string Content
|
|||
|
||||
public bool HasHttpRedirect => StatusCode == HttpStatusCode.Moved ||
|
||||
StatusCode == HttpStatusCode.MovedPermanently ||
|
||||
StatusCode == HttpStatusCode.Found ||
|
||||
StatusCode == HttpStatusCode.TemporaryRedirect ||
|
||||
StatusCode == HttpStatusCode.Found;
|
||||
StatusCode == HttpStatusCode.RedirectMethod ||
|
||||
StatusCode == HttpStatusCode.SeeOther;
|
||||
|
||||
public string[] GetCookieHeaders()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue