diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-02-07 13:35:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 13:35:29 -0500 |
| commit | ab43339506e6baa5dae8a96571568ef537296a43 (patch) | |
| tree | e2a4c282e9b0b263242ca47b76b2f5d0040e0bf3 /Emby.Common.Implementations | |
| parent | f60c2911b9471be5aca0c099f3492cdcaefcec16 (diff) | |
| parent | fbb1bb319c87303c9604ee6cb35af01abd895552 (diff) | |
Merge pull request #2449 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations')
| -rw-r--r-- | Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs b/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs index dcc974413..5da1ae2dc 100644 --- a/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs +++ b/Emby.Common.Implementations/EnvironmentInfo/EnvironmentInfo.cs @@ -12,7 +12,7 @@ namespace Emby.Common.Implementations.EnvironmentInfo public MediaBrowser.Model.System.Architecture? CustomArchitecture { get; set; } public MediaBrowser.Model.System.OperatingSystem? CustomOperatingSystem { get; set; } - public MediaBrowser.Model.System.OperatingSystem OperatingSystem + public virtual MediaBrowser.Model.System.OperatingSystem OperatingSystem { get { |
