KatsuteDev / Mal4J

Java wrapper for the official MyAnimeList API
https://katsute.dev/product/mal4j
GNU General Public License v2.0
40 stars 4 forks source link

Novel Manga type returned as `light_novel` instead of `novel` #126

Closed Katsute closed 3 years ago

Katsute commented 3 years ago

See https://myanimelist.net/apiconfig/references/api/v2#operation/manga_manga_id_get

The MyAnimeList API incorrectly reports the novel enum as novel when it is actually light_novel.

Katsute commented 3 years ago

MyAnimeList only ever refers to Manga novels as 'Light Novels', so the existing Novel enum should be deprecated for future removal.