mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-18 07:39:15 +02:00
Connector use TrangaSettings instead of own values for imageCache and downloadLocation
This commit is contained in:
@@ -19,7 +19,7 @@ public class MangaDex : Connector
|
||||
Author,
|
||||
}
|
||||
|
||||
public MangaDex(string downloadLocation, string imageCachePath, Logger? logger) : base(downloadLocation, imageCachePath, logger)
|
||||
public MangaDex(TrangaSettings settings, Logger? logger = null) : base(settings, logger)
|
||||
{
|
||||
name = "MangaDex";
|
||||
this.downloadClient = new DownloadClient(new Dictionary<byte, int>()
|
||||
|
Reference in New Issue
Block a user