Browse Source

Merge pull request #4065 from BaronGreenback/dlna_serverfix

Bug Fix : DLNA Server advertising
Bond-009 4 năm trước cách đây
mục cha
commit
c750632cfc
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      Emby.Dlna/DlnaManager.cs

+ 1 - 2
Emby.Dlna/DlnaManager.cs

@@ -502,8 +502,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;