diff options
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/NativeEnvironment.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/NativeEnvironment.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs b/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs index df9dacb4c..5b45afe73 100644 --- a/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs +++ b/MediaBrowser.Server.Startup.Common/NativeEnvironment.cs @@ -5,6 +5,7 @@ namespace MediaBrowser.Server.Startup.Common { public OperatingSystem OperatingSystem { get; set; } public Architecture SystemArchitecture { get; set; } + public string OperatingSystemVersionString { get; set; } } public enum OperatingSystem |
