Use AssmeblyProduct for Name

This commit is contained in:
Andrew Rabert 2019-01-19 23:52:40 -05:00
parent 6561021926
commit 9eada88545

View File

@ -462,7 +462,7 @@ namespace Emby.Server.Implementations
/// Gets the name. /// Gets the name.
/// </summary> /// </summary>
/// <value>The name.</value> /// <value>The name.</value>
public string Name => "Jellyfin Server"; public string Name => ApplicationProductName;
private static Tuple<Assembly, string> GetAssembly(Type type) private static Tuple<Assembly, string> GetAssembly(Type type)
{ {