diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index d0b5c15970..97df873779 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -432,9 +432,9 @@ namespace Emby.Server.Implementations public string ApplicationVersion => typeof(ApplicationHost).Assembly.GetName().Version.ToString(3); /// - /// Gets the current application server version + /// Gets the current application user agent /// - /// The application server version. + /// The application user agent. public string ApplicationUserAgent => Name.Replace(' ','-') + "/" + ApplicationVersion; private string _productName;