mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 15:58:29 +01:00
update startup wizard
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
using MediaBrowser.Model.System;
|
||||
|
||||
namespace MediaBrowser.Server.Startup.Common
|
||||
{
|
||||
public class NativeEnvironment
|
||||
@@ -15,11 +16,4 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
Bsd = 2,
|
||||
Linux = 3
|
||||
}
|
||||
|
||||
public enum Architecture
|
||||
{
|
||||
X86 = 0,
|
||||
X86_X64 = 1,
|
||||
Arm = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user