mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 21:29:49 +02:00
This commit is contained in:
@@ -24,8 +24,6 @@ public class MangaDex : MangaConnector
|
|||||||
HashSet<(Manga, List<Author>?, List<MangaTag>?, List<Link>?, List<MangaAltTitle>?)> retManga = new();
|
HashSet<(Manga, List<Author>?, List<MangaTag>?, List<Link>?, List<MangaAltTitle>?)> retManga = new();
|
||||||
List<JsonNode> results = new();
|
List<JsonNode> results = new();
|
||||||
|
|
||||||
publicationTitle = publicationTitle.Replace(" ", "%20");
|
|
||||||
|
|
||||||
//Request all search-results
|
//Request all search-results
|
||||||
while (offset < total) //As long as we haven't requested all "Pages"
|
while (offset < total) //As long as we haven't requested all "Pages"
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user