diff --git a/src/structure/manga.js b/src/structure/manga.js index 9e177ec..a33a40c 100644 --- a/src/structure/manga.js +++ b/src/structure/manga.js @@ -200,6 +200,12 @@ class Manga { * @type {string} */ this.state = context.data.attributes.state; + + /** + * The the id of the latest uploaded chapter + * @type {String} + */ + this.latestUploadedChapter = context.data.attributes.latestUploadedChapter; } /**