pull/38/head
kunfei 5 years ago
parent f2fbdbec2d
commit 66f17ba898
  1. 2
      app/src/main/java/io/legado/app/model/WebBook.kt

@ -107,7 +107,7 @@ class WebBook(val bookSource: BookSource) {
)
analyzeUrl.getResponseAsync().await().body()
} else {
book.tocUrl
book.tocHtml
}
BookChapterList.analyzeChapterList(this, book, body, bookSource, book.tocUrl)
}

Loading…
Cancel
Save