Merge pull request #4065 from BaronGreenback/dlna_serverfix

Bug Fix : DLNA Server advertising
pull/4083/head
Bond-009 4 years ago committed by GitHub
commit c750632cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save