aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StartupController.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-06-27 00:22:27 +0900
committerdkanada <dkanada@users.noreply.github.com>2020-06-27 00:22:27 +0900
commit83ae4d074dc9f665c992eefd1cf4ed78eb5a8dd1 (patch)
tree7712f349e4ad1f34fa6127a9a51334ff072c288a /Jellyfin.Api/Controllers/StartupController.cs
parent57caa9fdba984d0c4813c642f2617be905205d49 (diff)
use constructor to set optimal config values
Diffstat (limited to 'Jellyfin.Api/Controllers/StartupController.cs')
-rw-r--r--Jellyfin.Api/Controllers/StartupController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/StartupController.cs b/Jellyfin.Api/Controllers/StartupController.cs
index 6ec0a4e26..04f134b8b 100644
--- a/Jellyfin.Api/Controllers/StartupController.cs
+++ b/Jellyfin.Api/Controllers/StartupController.cs
@@ -36,7 +36,6 @@ namespace Jellyfin.Api.Controllers
public void CompleteWizard()
{
_config.Configuration.IsStartupWizardCompleted = true;
- _config.SetOptimalValues();
_config.SaveConfiguration();
}