Skip to content

Commit

Permalink
Added latestUploadedChapter field.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster committed Sep 29, 2022
1 parent a5eff5a commit ad15517
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/structure/manga.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit ad15517

Please sign in to comment.