Closed felixbrucker closed 1 year ago
Thanks!
Hey, do you plan to release these fixes soon?
Done 4.1.1 is out.
Great thanks 👍
Unfortunately it seems like 4.1.1 still ships the old code on npm
Oh my bad, forgot to recompile ts :smile: Fixed in 4.1.2
Thanks 👍
Currently when doing a
animelist()
ormangalist()
thelist_status
is appended to the fields param without a comma separator. This works fine if no fields are requested, but fails when one or more fields are requested.Example url without the fix:
In the example above this results in neither the
list_status
nor thenum_episodes
being included.This PR fixes this by ensuring we always add commas between serialized fields.