Fixed profile
This commit is contained in:
parent
6d154041b9
commit
ebad504f3b
|
@ -511,8 +511,7 @@ namespace Emby.Dlna
|
||||||
|
|
||||||
public string GetServerDescriptionXml(IHeaderDictionary headers, string serverUuId, string serverAddress)
|
public string GetServerDescriptionXml(IHeaderDictionary headers, string serverUuId, string serverAddress)
|
||||||
{
|
{
|
||||||
var profile = GetProfile(headers) ??
|
var profile = GetDefaultProfile();
|
||||||
GetDefaultProfile();
|
|
||||||
|
|
||||||
var serverId = _appHost.SystemId;
|
var serverId = _appHost.SystemId;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user