work(ing)
This commit is contained in:
parent
f40ebc9d09
commit
d937f447ef
7 changed files with 125 additions and 37 deletions
|
@ -12,6 +12,7 @@ data class MangaChapter(
|
|||
var title: String? = null,
|
||||
var description: String? = null,
|
||||
var sChapter: SChapter,
|
||||
var progress: String? = ""
|
||||
) : Serializable {
|
||||
constructor(chapter: MangaChapter) : this(chapter.number, chapter.link, chapter.title, chapter.description, chapter.sChapter)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue