mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Because it's 2016!
This commit is contained in:
@@ -49,13 +49,7 @@ namespace NzbDrone.Common.Http
|
||||
}
|
||||
|
||||
|
||||
public bool HasHttpError
|
||||
{
|
||||
get
|
||||
{
|
||||
return (int)StatusCode >= 400;
|
||||
}
|
||||
}
|
||||
public bool HasHttpError => (int)StatusCode >= 400;
|
||||
|
||||
public Dictionary<string, string> GetCookies()
|
||||
{
|
||||
|
Reference in New Issue
Block a user