From 051c67a537d552d3695fd6817fbd76dc0c35af8a Mon Sep 17 00:00:00 2001 From: Ben Magee Date: Thu, 13 Dec 2018 19:10:22 +0000 Subject: [PATCH] Updated strings to "Jellyfin Server" --- Emby.Dlna/Main/DlnaEntryPoint.cs | 2 +- Emby.Dlna/Profiles/DefaultProfile.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Emby.Dlna/Main/DlnaEntryPoint.cs b/Emby.Dlna/Main/DlnaEntryPoint.cs index b820b46c33..cd535a98ab 100644 --- a/Emby.Dlna/Main/DlnaEntryPoint.cs +++ b/Emby.Dlna/Main/DlnaEntryPoint.cs @@ -274,7 +274,7 @@ namespace Emby.Dlna.Main Location = uri, // Must point to the URL that serves your devices UPnP description document. FriendlyName = "Jellyfin", Manufacturer = "Jellyfin", - ModelName = "Jellyfin Media Player", + ModelName = "Jellyfin Server", Uuid = udn // This must be a globally unique value that survives reboots etc. Get from storage or embedded hardware etc. }; diff --git a/Emby.Dlna/Profiles/DefaultProfile.cs b/Emby.Dlna/Profiles/DefaultProfile.cs index ca98adfeb8..b60a664ba6 100644 --- a/Emby.Dlna/Profiles/DefaultProfile.cs +++ b/Emby.Dlna/Profiles/DefaultProfile.cs @@ -16,7 +16,7 @@ namespace Emby.Dlna.Profiles Manufacturer = "Jellyfin"; ModelDescription = "UPnP/AV 1.0 Compliant Media Server"; - ModelName = "Jellyfin Media Player"; + ModelName = "Jellyfin Server"; ModelNumber = "01"; ModelUrl = "https://github.com/jellyfin/jellyfin"; ManufacturerUrl = "https://github.com/jellyfin/jellyfin";