mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-06 02:44:17 +02:00
Connector use TrangaSettings instead of own values for imageCache and downloadLocation
This commit is contained in:
@ -25,10 +25,10 @@ public class TaskManager
|
||||
this.logger = logger;
|
||||
this._connectors = new Connector[]
|
||||
{
|
||||
new MangaDex(settings.downloadLocation, settings.coverImageCache, logger),
|
||||
new Manganato(settings.downloadLocation, settings.coverImageCache, logger),
|
||||
new Mangasee(settings.downloadLocation, settings.coverImageCache, logger),
|
||||
new MangaKatana(settings.downloadLocation, settings.coverImageCache, logger)
|
||||
new MangaDex(settings, logger),
|
||||
new Manganato(settings, logger),
|
||||
new Mangasee(settings, logger),
|
||||
new MangaKatana(settings, logger)
|
||||
};
|
||||
|
||||
this.settings = settings;
|
||||
|
Reference in New Issue
Block a user