Update EpubFile.kt

This commit is contained in:
Xwite
2023-02-03 19:30:50 +08:00
committed by GitHub
parent e293a68dfb
commit 72958628aa
@@ -204,7 +204,7 @@ class EpubFile(var book: Book) {
html = html.substringBefore(it)
}
}
if (html == originHtml) {
if (html != originHtml) {
doc = Jsoup.parse(html)
body = doc.body()
}