adjust header values

This commit is contained in:
Luke Pulverenti
2017-10-22 19:36:22 -04:00
parent c2361db772
commit b54046a6de
4 changed files with 9 additions and 10 deletions

View File

@@ -147,7 +147,7 @@ namespace Emby.Dlna.PlayTo
}
options.RequestContentType = "text/xml";
options.RequestContentEncoding = Encoding.UTF8;
options.AppendCharsetToMimeType = true;
options.RequestContent = postData;
return _httpClient.Post(options);