Skip to content

Commit

Permalink
Fix Kavita (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Oct 16, 2023
1 parent 2cf9a40 commit 289acc9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
},
)
}
Expand Down

0 comments on commit 289acc9

Please sign in to comment.