feat(manga): Date and Scanlator in description
This commit is contained in:
parent
89aaef8355
commit
1316d5a698
5 changed files with 67 additions and 4 deletions
|
@ -81,6 +81,7 @@ data class MangaChapter(
|
|||
val description: String? = null,
|
||||
val scanlator: String? = null,
|
||||
val sChapter: SChapter,
|
||||
val date: Long? = null,
|
||||
)
|
||||
|
||||
data class MangaImage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue