Pārlūkot izejas kodu

Use AssmeblyProduct for Name

Andrew Rabert 6 gadi atpakaļ
vecāks
revīzija
9eada88545
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.
         /// </summary>
         /// <value>The name.</value>
-        public string Name => "Jellyfin Server";
+        public string Name => ApplicationProductName;
 
         private static Tuple<Assembly, string> GetAssembly(Type type)
         {