mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Add setting to auto-run web app when server starts
This commit is contained in:
@@ -67,6 +67,7 @@ namespace MediaBrowser.Api
|
||||
public void Post(ReportStartupWizardComplete request)
|
||||
{
|
||||
_config.Configuration.IsStartupWizardCompleted = true;
|
||||
_config.Configuration.AutoRunWebApp = true;
|
||||
_config.SetOptimalValues();
|
||||
_config.SaveConfiguration();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user