mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +01:00
Fixed null on settings.komga
This commit is contained in:
parent
53bff61174
commit
aef01b684c
@ -123,6 +123,6 @@ class Settings
|
||||
public Settings(TaskManager.SettingsData settings)
|
||||
{
|
||||
this.downloadLocation = settings.downloadLocation;
|
||||
this.komga = komga;
|
||||
this.komga = settings.komga;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user