Use AssmeblyProduct for Name

pull/1154/head
Andrew Rabert 6 years ago
parent 6561021926
commit 9eada88545

@ -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)
{

Loading…
Cancel
Save