mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Make StartupWizardCompleted nullable in PublicSystemInfo
This commit is contained in:
parent
2375c35c4a
commit
7072b4d926
@ -43,7 +43,10 @@ namespace MediaBrowser.Model.System
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the startup wizard is completed.
|
/// Gets or sets a value indicating whether the startup wizard is completed.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The startup completion status.</value>
|
/// <remarks>
|
||||||
public bool StartupWizardCompleted { get; set; }
|
/// Nullable for OpenAPI specification only to retain backwards compatibility in apiclients.
|
||||||
|
/// </remarks>
|
||||||
|
/// <value>The startup completion status.</value>]
|
||||||
|
public bool? StartupWizardCompleted { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user