mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Response cookies not stored by default.
This commit is contained in:
parent
d4532c3856
commit
ee87537848
4 changed files with 54 additions and 5 deletions
|
@ -46,6 +46,7 @@ namespace NzbDrone.Common.Http
|
|||
public bool SuppressHttpError { get; set; }
|
||||
public bool AllowAutoRedirect { get; set; }
|
||||
public Dictionary<string, string> Cookies { get; private set; }
|
||||
public bool StoreResponseCookie { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue