diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-05 21:25:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 21:25:47 +0100 |
| commit | ebad504f3bba895d1ccf4d95fe43090301cfc413 (patch) | |
| tree | 98790fff48ff7cc7558e03a1f7fb87b2635bd7d8 | |
| parent | 6d154041b9e456ab97e1066f525e4d9732fb672a (diff) | |
Fixed profile
| -rw-r--r-- | Emby.Dlna/DlnaManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Dlna/DlnaManager.cs b/Emby.Dlna/DlnaManager.cs index d5629684c..7ab20ab79 100644 --- a/Emby.Dlna/DlnaManager.cs +++ b/Emby.Dlna/DlnaManager.cs @@ -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; |
