mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Add GPL modules
This commit is contained in:
10
MediaBrowser.Model/System/Architecture.cs
Normal file
10
MediaBrowser.Model/System/Architecture.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MediaBrowser.Model.System
|
||||
{
|
||||
public enum Architecture
|
||||
{
|
||||
X86 = 0,
|
||||
X64 = 1,
|
||||
Arm = 2,
|
||||
Arm64 = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user