aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-02-26 01:58:39 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-02-26 01:58:39 +0900
commit974a04c12939068b23b62ee6ebb1e7fc2e830eec (patch)
treec14da5282ea5ff9c109b0e2467b7378fc9fb55b6 /MediaBrowser.Model/System
parent557b165f01dbce29e575dc752b0833b454b45783 (diff)
update plugin classes for nightly builds
Diffstat (limited to 'MediaBrowser.Model/System')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index 190411c9b..da39ee208 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -27,7 +27,7 @@ namespace MediaBrowser.Model.System
/// </summary>
public class SystemInfo : PublicSystemInfo
{
- public PackageVersionClass SystemUpdateLevel { get; set; }
+ public ReleaseChannel SystemUpdateLevel { get; set; }
/// <summary>
/// Gets or sets the display name of the operating system.