aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/PublicSystemInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/System/PublicSystemInfo.cs')
-rw-r--r--MediaBrowser.Model/System/PublicSystemInfo.cs16
1 files changed, 15 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/PublicSystemInfo.cs b/MediaBrowser.Model/System/PublicSystemInfo.cs
index bc8983fd1..eded5248e 100644
--- a/MediaBrowser.Model/System/PublicSystemInfo.cs
+++ b/MediaBrowser.Model/System/PublicSystemInfo.cs
@@ -1,3 +1,5 @@
+using Jellyfin.Versioning;
+
namespace MediaBrowser.Model.System
{
public class PublicSystemInfo
@@ -21,12 +23,24 @@ namespace MediaBrowser.Model.System
public string ServerName { get; set; }
/// <summary>
- /// Gets or sets the version.
+ /// 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; }
+
+ /// <summary>
/// Gets or sets the operating sytem.
/// </summary>
/// <value>The operating sytem.</value>