aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorAndrew Rabert <ar@nullsum.net>2019-01-19 21:41:48 -0500
committerAndrew Rabert <ar@nullsum.net>2019-01-19 21:41:48 -0500
commit235125df5751cc95782a0a3913ee71c9aba8c896 (patch)
tree4d8f0fca0a25f3216c0f7b5e048b535236418662 /Emby.Server.Implementations
parentd7da475aada74a4b89acc81f5b033442ae12d0cd (diff)
Fix ApplicationUserAgent documentation
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index d0b5c1597..97df87377 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);
/// <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;