Skip to content

fix mangaupdates fields#250

Merged
Snd-R merged 1 commit intoSnd-R:masterfrom
timbretimber:master
Nov 11, 2025
Merged

fix mangaupdates fields#250
Snd-R merged 1 commit intoSnd-R:masterfrom
timbretimber:master

Conversation

@timbretimber
Copy link
Contributor

With the current field names and casing the type filtering doesn't work, also the perPage parameter is ignored. Renamed the relevant fields and serialized the types in SeriesType to have the correct casing, filtering then works as expected.
types => type
perPage => perpage

Before

{"search":"Manga Title","page":1,"perPage":5,"types":["MANGA","MANHWA","MANHUA","ARTBOOK","DOUJINSHI","FILIPINO","INDONESIAN","THAI","VIETNAMESE","MALAYSIAN","OEL","NORDIC","FRENCH","SPANISH"]}
{"search":"Novel Title","page":1,"perPage":5,"types":["NOVEL"]}

After

{"search":"Manga Title","page":1,"perpage":5,"type":["Manga","Manhwa","Manhua","Artbook","Doujinshi","Filipino","Indonesian","Thai","Vietnamese","Malaysian","OEL","Nordic","French","Spanish"]}
{"search":"Novel Title","page":1,"perpage":5,"type":["Novel"]}

types => type
perPage => perpage
serialize types with proper casing  i.e MANGA => Manga
@Snd-R Snd-R merged commit 4008aae into Snd-R:master Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants