mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-09 06:36:06 +02:00
#362 add links to MangaConnectors for Icons
This commit is contained in:
@ -6,7 +6,7 @@ namespace API.Schema.MangaConnectors;
|
||||
|
||||
public class Mangaworld : MangaConnector
|
||||
{
|
||||
public Mangaworld() : base("Mangaworld", ["it"], ["www.mangaworld.ac"])
|
||||
public Mangaworld() : base("Mangaworld", ["it"], ["www.mangaworld.ac", "www.mangaworld.nz"], "https://www.mangaworld.nz/public/assets/seo/android-icon-192x192.png")
|
||||
{
|
||||
this.downloadClient = new ChromiumDownloadClient();
|
||||
}
|
||||
|
Reference in New Issue
Block a user