mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 14:30:49 +00: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