mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
update startup wizard
This commit is contained in:
9
MediaBrowser.Model/System/Architecture.cs
Normal file
9
MediaBrowser.Model/System/Architecture.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MediaBrowser.Model.System
|
||||
{
|
||||
public enum Architecture
|
||||
{
|
||||
X86 = 0,
|
||||
X64 = 1,
|
||||
Arm = 2
|
||||
}
|
||||
}
|
||||
@@ -154,6 +154,8 @@ namespace MediaBrowser.Model.System
|
||||
|
||||
public bool HasExternalEncoder { get; set; }
|
||||
|
||||
public Architecture SystemArchitecture { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="SystemInfo" /> class.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user