mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-14 18:33:02 +02:00
This commit is contained in:
parent
30a8162777
commit
7477f4d04d
@ -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"
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user