mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-14 00:22:24 +00:00
Fixed profile
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user