mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
Fix Kavita (#716)
This commit is contained in:
@@ -105,6 +105,9 @@ private class ChapterForDownload(
|
|||||||
SChapter.create().apply {
|
SChapter.create().apply {
|
||||||
url = chapterEntry[ChapterTable.url]
|
url = chapterEntry[ChapterTable.url]
|
||||||
name = chapterEntry[ChapterTable.name]
|
name = chapterEntry[ChapterTable.name]
|
||||||
|
scanlator = chapterEntry[ChapterTable.scanlator]
|
||||||
|
chapter_number = chapterEntry[ChapterTable.chapter_number]
|
||||||
|
date_upload = chapterEntry[ChapterTable.date_upload]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user