api-testing #5

Merged
glax merged 13 commits from api-testing into master 2023-05-21 22:04:06 +02:00
Showing only changes of commit aef01b684c - Show all commits

View File

@ -123,6 +123,6 @@ class Settings
public Settings(TaskManager.SettingsData settings)
{
this.downloadLocation = settings.downloadLocation;
this.komga = komga;
this.komga = settings.komga;
}
}