mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -199,6 +199,7 @@ object AppWebDav {
|
||||
|
||||
suspend fun downloadAllBookProgress() {
|
||||
authorization ?: return
|
||||
if (!NetworkUtils.isAvailable()) return
|
||||
appDb.bookDao.all.forEach { book ->
|
||||
getBookProgress(book)?.let { bookProgress ->
|
||||
if (bookProgress.durChapterIndex > book.durChapterIndex
|
||||
|
||||
Reference in New Issue
Block a user