#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 MangaKatana : MangaConnector
{
public MangaKatana() : base("MangaKatana", ["en"], ["mangakatana.com"])
public MangaKatana() : base("MangaKatana", ["en"], ["mangakatana.com"], "https://mangakatana.com/static/img/fav.png")
{
this.downloadClient = new HttpDownloadClient();
}