Переглянути джерело

Fix ApplicationUserAgent documentation

Andrew Rabert 6 роки тому
батько
коміт
235125df57
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      Emby.Server.Implementations/ApplicationHost.cs

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

@@ -432,9 +432,9 @@ namespace Emby.Server.Implementations
         public string ApplicationVersion => typeof(ApplicationHost).Assembly.GetName().Version.ToString(3);
 
         /// <summary>
-        /// Gets the current application server version
+        /// Gets the current application user agent
         /// </summary>
-        /// <value>The application server version.</value>
+        /// <value>The application user agent.</value>
         public string ApplicationUserAgent => Name.Replace(' ','-') + "/" + ApplicationVersion;
 
         private string _productName;