pull/32/head
kunfei 5 years ago
parent 7d57498581
commit 6fed09063d
  1. 2
      app/src/main/java/io/legado/app/model/webbook/BookChapterList.kt

@ -118,8 +118,8 @@ object BookChapterList {
book.latestChapterTitle = chapterList.last().title
if (book.totalChapterNum < chapterList.size) {
book.lastCheckCount = chapterList.size - book.totalChapterNum
book.totalChapterNum = chapterList.size
}
book.totalChapterNum = chapterList.size
return chapterList
}

Loading…
Cancel
Save