mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
11 lines
146 B
C#
11 lines
146 B
C#
|
|
namespace MediaBrowser.Model.System
|
||
|
|
{
|
||
|
|
public enum OperatingSystemId
|
||
|
|
{
|
||
|
|
Windows,
|
||
|
|
Linux,
|
||
|
|
Darwin,
|
||
|
|
BSD
|
||
|
|
}
|
||
|
|
}
|