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