mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 22:45:49 +01:00
10 lines
146 B
C#
10 lines
146 B
C#
namespace MediaBrowser.Model.System
|
|
{
|
|
public enum OperatingSystemId
|
|
{
|
|
Windows,
|
|
Linux,
|
|
Darwin,
|
|
BSD
|
|
}
|
|
}
|