mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
fix: Fix build
This commit is contained in:
parent
d02f1bdd11
commit
85af94d810
1 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@ import eu.kanade.tachiyomi.source.model.SChapter
|
|||
|
||||
fun SChapter.toChapter(): ChapterImpl {
|
||||
return ChapterImpl().apply {
|
||||
name = this@SChapter.name
|
||||
url = this@SChapter.url
|
||||
date_upload = this@SChapter.date_upload
|
||||
chapter_number = this@SChapter.chapter_number
|
||||
scanlator = this@SChapter.scanlator
|
||||
name = this@toChapter.name
|
||||
url = this@toChapter.url
|
||||
date_upload = this@toChapter.date_upload
|
||||
chapter_number = this@toChapter.chapter_number
|
||||
scanlator = this@toChapter.scanlator
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue