mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Fixed null on settings.komga
This commit is contained in:
@ -123,6 +123,6 @@ class Settings
|
||||
public Settings(TaskManager.SettingsData settings)
|
||||
{
|
||||
this.downloadLocation = settings.downloadLocation;
|
||||
this.komga = komga;
|
||||
this.komga = settings.komga;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user