mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-14 10:33:00 +02:00
This commit is contained in:
parent
30a8162777
commit
7477f4d04d
@ -23,8 +23,6 @@ public class MangaDex : MangaConnector
|
|||||||
int total = int.MaxValue; //How many total results are there, is updated on first request
|
int total = int.MaxValue; //How many total results are there, is updated on first request
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user