Manga - Fix support for partial user dates

Issue #123 resolved
Jérôme Ceccato created an issue

On MAL you can set only the year or year/month of your start/end dates for anime and manga. Those dates can be fetched by calling GET /anime/id?mine=1 or /manga/id?mine=1 This works correctly on anime but throws an exception on manga (resulting in a 500 - internal server error).

It seems the check for manga (in MangaParser.parseExtendedPersonal) is incomplete compared to the same check for anime.

Comments (3)

  1. Michael Johnson

    I have been meaning to unify the parsers so there is only one set of code to handle these cases, but that's for a future release. I'll see what I can do to fix it soon.

  2. Log in to comment