mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44: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 {
|
fun SChapter.toChapter(): ChapterImpl {
|
||||||
return ChapterImpl().apply {
|
return ChapterImpl().apply {
|
||||||
name = this@SChapter.name
|
name = this@toChapter.name
|
||||||
url = this@SChapter.url
|
url = this@toChapter.url
|
||||||
date_upload = this@SChapter.date_upload
|
date_upload = this@toChapter.date_upload
|
||||||
chapter_number = this@SChapter.chapter_number
|
chapter_number = this@toChapter.chapter_number
|
||||||
scanlator = this@SChapter.scanlator
|
scanlator = this@toChapter.scanlator
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue