aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/PlayTo/SsdpHttpClient.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-22 19:36:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-22 19:36:22 -0400
commitb54046a6dedf691e33b273d5aa105910efee3c7e (patch)
tree8701246c6a4e55bb92348f92a18324c8fa582c3d /Emby.Dlna/PlayTo/SsdpHttpClient.cs
parentc2361db772591e176fcf2ded2e3b1725cf1c5dd7 (diff)
adjust header values
Diffstat (limited to 'Emby.Dlna/PlayTo/SsdpHttpClient.cs')
-rw-r--r--Emby.Dlna/PlayTo/SsdpHttpClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/PlayTo/SsdpHttpClient.cs b/Emby.Dlna/PlayTo/SsdpHttpClient.cs
index 40fe010a2..78b688d92 100644
--- a/Emby.Dlna/PlayTo/SsdpHttpClient.cs
+++ b/Emby.Dlna/PlayTo/SsdpHttpClient.cs
@@ -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);