Fix Kavita (#716)

This commit is contained in:
Mitchell Syer
2023-10-15 21:58:38 -04:00
committed by GitHub
parent 2cf9a407e8
commit 289acc9296
@@ -105,6 +105,9 @@ private class ChapterForDownload(
SChapter.create().apply {
url = chapterEntry[ChapterTable.url]
name = chapterEntry[ChapterTable.name]
scanlator = chapterEntry[ChapterTable.scanlator]
chapter_number = chapterEntry[ChapterTable.chapter_number]
date_upload = chapterEntry[ChapterTable.date_upload]
},
)
}