feat(manga): Date and Scanlator in description

This commit is contained in:
aayush262 2024-02-29 20:43:30 +05:30
parent 89aaef8355
commit 1316d5a698
5 changed files with 67 additions and 4 deletions

View file

@ -633,7 +633,8 @@ class DynamicMangaParser(extension: MangaExtension.Installed) : MangaParser() {
sChapter.name,
null,
sChapter.scanlator,
sChapter
sChapter,
sChapter.date_upload
)
}

View file

@ -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(