mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
fix xbox one, ps4 not seeing dlna server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user