Update EpubFile.kt

This commit is contained in:
Xwite 2023-02-03 19:30:50 +08:00 committed by GitHub
parent e293a68dfb
commit 72958628aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}