diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-09-05 01:40:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-05 01:40:21 -0400 |
| commit | 39e76879211503b748bb60a32ef6c89973bd5acb (patch) | |
| tree | 73073665df1c02114e468d17d83923c620ed0f3c /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 59ae26431a0ab2b4bf5f68b331b8e54e155fb83a (diff) | |
| parent | cc7b150b90e238286121d58e618d4f8f7c2b6c49 (diff) | |
Merge pull request #2140 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 3d1de5b37..c4d056a61 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -8,6 +8,8 @@ namespace MediaBrowser.Model.System /// </summary> public class SystemInfo : PublicSystemInfo { + public PackageVersionClass SystemUpdateLevel { get; set; } + /// <summary> /// Gets or sets the display name of the operating system. /// </summary> |
