Revert Jellyfin.Versioning, Update all versions and user agents.

This commit is contained in:
Erwin de Haan
2019-01-20 01:12:44 +01:00
parent bb8df8dfa0
commit 924ec0c191
43 changed files with 61 additions and 426 deletions

View File

@@ -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.