Explorar o código

Fixed profile

BaronGreenback %!s(int64=4) %!d(string=hai) anos
pai
achega
ebad504f3b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Emby.Dlna/DlnaManager.cs

+ 1 - 2
Emby.Dlna/DlnaManager.cs

@@ -511,8 +511,7 @@ namespace Emby.Dlna
 
         public string GetServerDescriptionXml(IHeaderDictionary headers, string serverUuId, string serverAddress)
         {
-            var profile = GetProfile(headers) ??
-                          GetDefaultProfile();
+            var profile = GetDefaultProfile();
 
             var serverId = _appHost.SystemId;