diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-05 13:19:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-05 13:19:13 -0400 |
| commit | 16e4d4599af157f94883412d050b792b97c116f6 (patch) | |
| tree | 81d25e40a0c9cf813ace2aabca9d77c9cb2e4f62 /MediaBrowser.Model/System/PublicSystemInfo.cs | |
| parent | 890510346a01364404259a5d08f6ee0b6d7dff68 (diff) | |
fix directory browser in startup wizard
Diffstat (limited to 'MediaBrowser.Model/System/PublicSystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/PublicSystemInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/PublicSystemInfo.cs b/MediaBrowser.Model/System/PublicSystemInfo.cs index 3afe72e818..b9a3260b01 100644 --- a/MediaBrowser.Model/System/PublicSystemInfo.cs +++ b/MediaBrowser.Model/System/PublicSystemInfo.cs @@ -27,6 +27,12 @@ namespace MediaBrowser.Model.System public string Version { get; set; } /// <summary> + /// Gets or sets the operating sytem. + /// </summary> + /// <value>The operating sytem.</value> + public string OperatingSystem { get; set; } + + /// <summary> /// Gets or sets the id. /// </summary> /// <value>The id.</value> |
