浏览代码

Use AssmeblyProduct for Name

Andrew Rabert 6 年之前
父节点
当前提交
9eada88545
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

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