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