mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Add date_upload
to toDbChapter()
(#7297)
This commit is contained in:
parent
5ccde61ae1
commit
693cc103ea
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue