#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

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