|
|
@ -456,7 +456,7 @@ namespace Emby.Dlna
|
|
|
|
/// <inheritdoc />
|
|
|
|
/// <inheritdoc />
|
|
|
|
public string GetServerDescriptionXml(IHeaderDictionary headers, string serverUuId, string serverAddress)
|
|
|
|
public string GetServerDescriptionXml(IHeaderDictionary headers, string serverUuId, string serverAddress)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var profile = GetDefaultProfile();
|
|
|
|
var profile = GetProfile(headers) ?? GetDefaultProfile();
|
|
|
|
|
|
|
|
|
|
|
|
var serverId = _appHost.SystemId;
|
|
|
|
var serverId = _appHost.SystemId;
|
|
|
|
|
|
|
|
|
|
|
|