Rewatching not being updated on PUT /animelist/anime/id

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

When trying to update an anime through /animelist/anime/id, the is_rewatching parameter is not being transmitted to MAL.

It appears the parameter is correctly handled by AnimeListController.updateAction() but is not serialized to XML in Anime.MALApiXml()

Comments (8)

  1. Ratan Dhawtal

    Fixes rewatching not working for update requests caused by old MAL change

    MAL broke the API months ago. We decided to temp. disable the rewatching support. Currently it is working again so this fix will enable it again.

    Ref #117

    → <<cset a17e81a2cb37>>

  2. Ratan Dhawtal

    Fixes rewatching not working for update requests caused by old MAL change

    MAL broke the API months ago. We decided to temp. disable the rewatching support. Currently it is working again so this fix will enable it again.

    Ref #117

    → <<cset 26aa661674d8>>

  3. Jérôme Ceccato reporter

    There is the same issue on Manga, the MALApiXml() function does not handle isRereading

  4. Log in to comment