aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2019-01-19 23:52:40 -0500
committerAndrew Rabert <ar@nullsum.net>2019-01-19 23:52:40 -0500
commit9eada8854579ff91ce0991cec9172a3c72856d1a (patch)
treef7c56358809a94273bee74c729a2c03e6d3945d3
parent65610219265e5cfe6137d997cf298fb3c88a6a88 (diff)
Use AssmeblyProduct for Name
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index b4b90ac86..3ed31e7bd 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -462,7 +462,7 @@ namespace Emby.Server.Implementations
/// Gets the name.
/// </summary>
/// <value>The name.</value>
- public string Name => "Jellyfin Server";
+ public string Name => ApplicationProductName;
private static Tuple<Assembly, string> GetAssembly(Type type)
{