#247 Add supported languages to Mangaconnectors

This commit is contained in:
2024-09-16 21:17:07 +02:00
parent 600b56033d
commit cf5cbba9a8
10 changed files with 17 additions and 12 deletions

View File

@ -8,7 +8,7 @@ namespace Tranga.MangaConnectors;
public class Bato : MangaConnector
{
public Bato(GlobalBase clone) : base(clone, "Bato")
public Bato(GlobalBase clone) : base(clone, "Bato", ["en"])
{
this.downloadClient = new HttpDownloadClient(clone);
}