pull/32/head
kunfei 5 years ago
parent 56c1385534
commit 70f487bffb
  1. 4
      app/src/main/java/io/legado/app/model/webbook/BookChapterList.kt

@ -116,6 +116,10 @@ object BookChapterList {
item.index = index
}
book.latestChapterTitle = chapterList.last().title
if (book.totalChapterNum < chapterList.size) {
book.lastCheckCount = chapterList.size - book.totalChapterNum
book.totalChapterNum = chapterList.size
}
return chapterList
}

Loading…
Cancel
Save