11 lines
146 B
C#
11 lines
146 B
C#
|
namespace MediaBrowser.Model.System
|
||
|
{
|
||
|
public enum OperatingSystemId
|
||
|
{
|
||
|
Windows,
|
||
|
Linux,
|
||
|
Darwin,
|
||
|
BSD
|
||
|
}
|
||
|
}
|