Added MangaDex cover art logic. Added "Search Manga" test for MangaDex client.
This commit is contained in:
@@ -13,4 +13,5 @@ public class SourceManga
|
||||
public float? RatingPercent { get; set; }
|
||||
public int? Votes { get; set; }
|
||||
public List<SourceMangaChapter> Chapters { get; set; } = [];
|
||||
public string[] CoverArt { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user