1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-05-01 12:42:26 +02:00

Fixed null on settings.komga

This commit is contained in:
glax 2023-05-21 22:01:40 +02:00
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;
}
}