mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Revert Jellyfin.Versioning, Update all versions and user agents.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using Jellyfin.Versioning;
|
||||
|
||||
namespace MediaBrowser.Model.System
|
||||
{
|
||||
public class PublicSystemInfo
|
||||
@@ -22,23 +20,11 @@ namespace MediaBrowser.Model.System
|
||||
/// <value>The name of the server.</value>
|
||||
public string ServerName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the API version.
|
||||
/// </summary>
|
||||
/// <value>The version.</value>
|
||||
public string Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the server version.
|
||||
/// </summary>
|
||||
/// <value>The server version.</value>
|
||||
public string ServerVersion { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the build version.
|
||||
/// </summary>
|
||||
/// <value>The build version.</value>
|
||||
public ExtendedVersion ExtendedVersion { get; set; }
|
||||
/// <value>The version.</value>
|
||||
public string Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the operating sytem.
|
||||
|
||||
Reference in New Issue
Block a user