2
0
Эх сурвалжийг харах

Use AssmeblyProduct for Name

Andrew Rabert 6 жил өмнө
parent
commit
9eada88545

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