diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-02-26 01:58:39 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-02-26 01:58:39 +0900 |
| commit | 974a04c12939068b23b62ee6ebb1e7fc2e830eec (patch) | |
| tree | c14da5282ea5ff9c109b0e2467b7378fc9fb55b6 /MediaBrowser.Model/System | |
| parent | 557b165f01dbce29e575dc752b0833b454b45783 (diff) | |
update plugin classes for nightly builds
Diffstat (limited to 'MediaBrowser.Model/System')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
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. |
