diff --git a/Tranga-API/Program.cs b/Tranga-API/Program.cs index 78f2773..deffeb7 100644 --- a/Tranga-API/Program.cs +++ b/Tranga-API/Program.cs @@ -123,6 +123,6 @@ class Settings public Settings(TaskManager.SettingsData settings) { this.downloadLocation = settings.downloadLocation; - this.komga = komga; + this.komga = settings.komga; } } \ No newline at end of file