mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Added a config setting to denote completion of the startup wizard
This commit is contained in:
@@ -65,6 +65,13 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// <value>The legacy web socket port number.</value>
|
||||
[ProtoMember(59)]
|
||||
public int LegacyWebSocketPortNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this instance is first run.
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if this instance is first run; otherwise, <c>false</c>.</value>
|
||||
[ProtoMember(4)]
|
||||
public bool IsStartupWizardCompleted { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="BaseApplicationConfiguration" /> class.
|
||||
|
||||
Reference in New Issue
Block a user