From 924ec0c191b66520f7ec7d3f6dc556e06305846b Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Sun, 20 Jan 2019 01:12:44 +0100 Subject: Revert Jellyfin.Versioning, Update all versions and user agents. --- MediaBrowser.Model/System/PublicSystemInfo.cs | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'MediaBrowser.Model/System') diff --git a/MediaBrowser.Model/System/PublicSystemInfo.cs b/MediaBrowser.Model/System/PublicSystemInfo.cs index eded5248e2..accdc9e601 100644 --- a/MediaBrowser.Model/System/PublicSystemInfo.cs +++ b/MediaBrowser.Model/System/PublicSystemInfo.cs @@ -1,5 +1,3 @@ -using Jellyfin.Versioning; - namespace MediaBrowser.Model.System { public class PublicSystemInfo @@ -22,23 +20,11 @@ namespace MediaBrowser.Model.System /// The name of the server. public string ServerName { get; set; } - /// - /// Gets or sets the API version. - /// - /// The version. - public string Version { get; set; } - /// /// Gets or sets the server version. /// - /// The server version. - public string ServerVersion { get; set; } - - /// - /// Gets or sets the build version. - /// - /// The build version. - public ExtendedVersion ExtendedVersion { get; set; } + /// The version. + public string Version { get; set; } /// /// Gets or sets the operating sytem. -- cgit v1.2.3