mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-28 03:06:57 +01:00
parent
3d01300ff9
commit
cdb93c4c76
1 changed files with 3 additions and 0 deletions
|
|
@ -206,6 +206,9 @@ protected virtual void AddRequestHeaders(HttpRequestMessage webRequest, HttpHead
|
|||
case "Content-Type":
|
||||
AddContentHeader(webRequest, "Content-Type", header.Value);
|
||||
break;
|
||||
case "Content-Encoding":
|
||||
AddContentHeader(webRequest, "Content-Encoding", header.Value);
|
||||
break;
|
||||
case "Date":
|
||||
webRequest.Headers.Remove("Date");
|
||||
webRequest.Headers.Date = HttpHeader.ParseDateTime(header.Value);
|
||||
|
|
|
|||
Loading…
Reference in a new issue