mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
decaffed86
This moved the last bit of usefulness of EnvironmentInfo into a static class.
11 lines
146 B
C#
11 lines
146 B
C#
namespace MediaBrowser.Model.System
|
|
{
|
|
public enum OperatingSystemId
|
|
{
|
|
Windows,
|
|
Linux,
|
|
Darwin,
|
|
BSD
|
|
}
|
|
}
|