This commit is contained in:
Horis
2025-06-12 16:25:07 +08:00
parent 9d8b4204be
commit b02872b2c8
@@ -229,7 +229,7 @@ class MobiFile(var book: Book) {
break
}
section = section.next ?: break
if (section.linear) {
if (!section.linear) {
continue
}
if (section.href == nextSectionHref) {