mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Rename StartupCompleted to StartupWizardCompleted
This commit is contained in:
parent
db9bcdcdc9
commit
26c432b564
@ -1148,7 +1148,7 @@ namespace Emby.Server.Implementations
|
||||
OperatingSystem = OperatingSystem.Id.ToString(),
|
||||
ServerName = FriendlyName,
|
||||
LocalAddress = localAddress,
|
||||
StartupCompleted = _configurationManager.CommonConfiguration.IsStartupWizardCompleted
|
||||
StartupWizardCompleted = _configurationManager.CommonConfiguration.IsStartupWizardCompleted
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@ namespace MediaBrowser.Model.System
|
||||
public string Version { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The product name. This is the AssemblyProduct name.
|
||||
/// Gets or sets the product name. This is the AssemblyProduct name.
|
||||
/// </summary>
|
||||
public string ProductName { get; set; }
|
||||
|
||||
@ -41,9 +41,9 @@ namespace MediaBrowser.Model.System
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether startup is completed.
|
||||
/// Gets or sets a value indicating whether the startup wizard is completed.
|
||||
/// </summary>
|
||||
/// <value>The startup completion status.</value>
|
||||
public bool StartupCompleted { get; set; }
|
||||
public bool StartupWizardCompleted { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user