Add date_upload to toDbChapter() (#7297)

(cherry picked from commit 693cc103ea5e9fed3045d3d20778866a0041d944)
This commit is contained in:
AntsyLich 2022-06-12 21:44:02 +06:00 committed by Jobobby04
parent ed27491ba9
commit 240d5a7c52

View File

@ -71,6 +71,7 @@ fun Chapter.toDbChapter(): DbChapter = DbChapter.create().also {
it.bookmark = bookmark
it.last_page_read = lastPageRead.toInt()
it.date_fetch = dateFetch
it.date_upload = dateUpload
it.chapter_number = chapterNumber
it.source_order = sourceOrder.toInt()
}