mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 08:41: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
|
// TODO: delete orphan chapters
|
||||||
}
|
}
|
||||||
|
|
||||||
chapterList.map { it ->
|
chapterList.mapIndexed { index, it ->
|
||||||
ChapterDataClass(
|
ChapterDataClass(
|
||||||
it.url,
|
it.url,
|
||||||
it.name,
|
it.name,
|
||||||
@ -79,6 +79,7 @@ object Chapter {
|
|||||||
it.chapter_number,
|
it.chapter_number,
|
||||||
it.scanlator,
|
it.scanlator,
|
||||||
mangaId,
|
mangaId,
|
||||||
|
chapterCount - index,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user