From 9eada8854579ff91ce0991cec9172a3c72856d1a Mon Sep 17 00:00:00 2001 From: Andrew Rabert Date: Sat, 19 Jan 2019 23:52:40 -0500 Subject: [PATCH] Use AssmeblyProduct for Name --- Emby.Server.Implementations/ApplicationHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index b4b90ac869..3ed31e7bd4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -462,7 +462,7 @@ namespace Emby.Server.Implementations /// Gets the name. /// /// The name. - public string Name => "Jellyfin Server"; + public string Name => ApplicationProductName; private static Tuple GetAssembly(Type type) {