mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
添加批量换源
This commit is contained in:
@@ -48,10 +48,7 @@ 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
|
||||
newBook.upInfoFromOld(book)
|
||||
book.changeTo(newBook)
|
||||
if (newBook.tocUrl.isEmpty()) {
|
||||
WebBook.getBookInfoAwait(this, source, newBook)
|
||||
|
||||
Reference in New Issue
Block a user