@ -14,6 +14,7 @@
**2022/04/02**
* 添加所有书签
* 添加批量换源
**2022/03/31**
@ -44,6 +44,7 @@ class ArrangeBookViewModel(application: Application) : BaseViewModel(application
batchChangeSourceSize.value = books.size
books.forEachIndexed { index, book ->
batchChangeSourcePosition.value = index + 1
if (book.isLocalBook()) return@forEachIndexed
WebBook.preciseSearchAwait(this, book.name, book.author, source)?.let {
book.changeTo(it.second)
}