diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-04-11 19:33:36 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-04-11 19:33:36 +0900 |
| commit | 8e9aeb84b18f43b6fe8dd89ab84f1627bf2e8dbd (patch) | |
| tree | 6b2e84fbeae99db49aa423d8dee5067f43e30551 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 974a04c12939068b23b62ee6ebb1e7fc2e830eec (diff) | |
remove release channel from plugin classes
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index da39ee208..bda43e1af 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -27,8 +27,6 @@ namespace MediaBrowser.Model.System /// </summary> public class SystemInfo : PublicSystemInfo { - public ReleaseChannel SystemUpdateLevel { get; set; } - /// <summary> /// Gets or sets the display name of the operating system. /// </summary> |
