Add MangaConnector.GetMangaFromId

This commit is contained in:
2023-11-02 15:47:16 +01:00
parent 083ce238d8
commit 449d406eab
9 changed files with 44 additions and 12 deletions

View File

@@ -54,6 +54,11 @@ public class Mangaworld: MangaConnector
return ret.ToArray();
}
public override Manga? GetMangaFromId(string publicationId)
{
throw new NotImplementedException();
}
public override Manga? GetMangaFromUrl(string url)
{
DownloadClient.RequestResult requestResult =