Properly set content type

This commit is contained in:
Bond_009
2019-07-07 18:04:06 +02:00
committed by Joshua M. Boniface
parent 4f17ed961e
commit b1bd062709
4 changed files with 5 additions and 19 deletions

View File

@@ -91,8 +91,6 @@ namespace MediaBrowser.Common.Net
public bool EnableDefaultUserAgent { get; set; }
public bool AppendCharsetToMimeType { get; set; }
private string GetHeaderValue(string name)
{
RequestHeaders.TryGetValue(name, out var value);