fix xbox one, ps4 not seeing dlna server

This commit is contained in:
Luke Pulverenti
2016-02-16 12:09:32 -05:00
parent 5bf7e6d80c
commit cc98b04c5d
6 changed files with 17 additions and 14 deletions

View File

@@ -61,6 +61,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
if (!hasOptions.Options.ContainsKey("Server"))
{
hasOptions.Options["Server"] = "Mono-HTTPAPI/1.1, UPnP/1.0 DLNADOC/1.50";
//hasOptions.Options["Server"] = "Mono-HTTPAPI/1.1";
}
// Content length has to be explicitly set on on HttpListenerResponse or it won't be happy