#362 add links to MangaConnectors for Icons

This commit is contained in:
2025-03-07 18:53:34 +01:00
parent 3583e45071
commit d43ae881b5
13 changed files with 717 additions and 10 deletions

View File

@ -6,7 +6,7 @@ namespace API.Schema.MangaConnectors;
public class MangaHere : MangaConnector
{
public MangaHere() : base("MangaHere", ["en"], ["www.mangahere.cc"])
public MangaHere() : base("MangaHere", ["en"], ["www.mangahere.cc"], "http://www.mangahere.cc/favicon.ico")
{
this.downloadClient = new ChromiumDownloadClient();
}