From 8189eb0f5f94d09d7ef7178758829efedf6b3a6b Mon Sep 17 00:00:00 2001 From: kunfei Date: Mon, 4 Apr 2022 08:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=B9=E9=87=8F=E6=8D=A2?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/legado/app/ui/book/arrange/ArrangeBookViewModel.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/main/java/io/legado/app/ui/book/arrange/ArrangeBookViewModel.kt b/app/src/main/java/io/legado/app/ui/book/arrange/ArrangeBookViewModel.kt index e5bd06731..1d14327fe 100644 --- a/app/src/main/java/io/legado/app/ui/book/arrange/ArrangeBookViewModel.kt +++ b/app/src/main/java/io/legado/app/ui/book/arrange/ArrangeBookViewModel.kt @@ -48,6 +48,10 @@ class ArrangeBookViewModel(application: Application) : BaseViewModel(application if (book.origin == source.bookSourceUrl) return@forEachIndexed WebBook.preciseSearchAwait(this, book.name, book.author, source)?.let { val newBook = it.second + newBook.durChapterIndex = book.durChapterIndex + newBook.durChapterPos = book.durChapterPos + newBook.durChapterTitle = book.durChapterTitle + newBook.latestChapterTitle = book.latestChapterTitle book.changeTo(newBook) if (newBook.tocUrl.isEmpty()) { WebBook.getBookInfoAwait(this, source, newBook)