Fixed profile

pull/4065/head
BaronGreenback 4 years ago committed by GitHub
parent 6d154041b9
commit ebad504f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save