diff options
| author | Andrew Rabert <ar@nullsum.net> | 2019-01-19 23:52:40 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2019-01-19 23:52:40 -0500 |
| commit | 9eada8854579ff91ce0991cec9172a3c72856d1a (patch) | |
| tree | f7c56358809a94273bee74c729a2c03e6d3945d3 | |
| parent | 65610219265e5cfe6137d997cf298fb3c88a6a88 (diff) | |
Use AssmeblyProduct for Name
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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) { |
