mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-25 16:21:50 +01:00
fix chapter reading not working
This commit is contained in:
parent
309803368b
commit
2f116b40b2
@ -71,7 +71,7 @@ object Chapter {
|
||||
// TODO: delete orphan chapters
|
||||
}
|
||||
|
||||
chapterList.map { it ->
|
||||
chapterList.mapIndexed { index, it ->
|
||||
ChapterDataClass(
|
||||
it.url,
|
||||
it.name,
|
||||
@ -79,6 +79,7 @@ object Chapter {
|
||||
it.chapter_number,
|
||||
it.scanlator,
|
||||
mangaId,
|
||||
chapterCount - index,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user