diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-03-13 00:01:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-13 00:01:00 +0300 |
| commit | 297f25cfc239c30136f08e118a5f43fa0596ec35 (patch) | |
| tree | edbb6f1c4d8238e7f4264424b5b6103d8d888cc0 /MediaBrowser.Model/System/OperatingSystemId.cs | |
| parent | 6751560228d8d48970ab5ae51f0f73c505f8e137 (diff) | |
| parent | decaffed86cbc5db99c3f79d266fdfcdd262c12d (diff) | |
Merge pull request #1059 from Bond-009/os
Remove EnvironmentInfo
Diffstat (limited to 'MediaBrowser.Model/System/OperatingSystemId.cs')
| -rw-r--r-- | MediaBrowser.Model/System/OperatingSystemId.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/OperatingSystemId.cs b/MediaBrowser.Model/System/OperatingSystemId.cs new file mode 100644 index 000000000..e81dd4213 --- /dev/null +++ b/MediaBrowser.Model/System/OperatingSystemId.cs @@ -0,0 +1,10 @@ +namespace MediaBrowser.Model.System +{ + public enum OperatingSystemId + { + Windows, + Linux, + Darwin, + BSD + } +} |
