mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 00:08:29 +01:00
Rename StartupCompleted to StartupWizardCompleted
This commit is contained in:
@@ -1148,7 +1148,7 @@ namespace Emby.Server.Implementations
|
||||
OperatingSystem = OperatingSystem.Id.ToString(),
|
||||
ServerName = FriendlyName,
|
||||
LocalAddress = localAddress,
|
||||
StartupCompleted = _configurationManager.CommonConfiguration.IsStartupWizardCompleted
|
||||
StartupWizardCompleted = _configurationManager.CommonConfiguration.IsStartupWizardCompleted
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user