mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Fix ApplicationUserAgent documentation
This commit is contained in:
parent
d7da475aad
commit
235125df57
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue