This commit is contained in:
Horis 2024-09-22 13:56:44 +08:00
parent 4b741f168d
commit 0fd8054963

View File

@ -267,7 +267,7 @@ object CacheBook {
waitDownloadSet.remove(chapterIndex)
onDownloadSet.add(chapterIndex)
if (BookHelp.hasContent(book, chapter)) {
Coroutine.async(executeContext = context) {
Coroutine.async(scope, context, executeContext = context) {
BookHelp.getContent(book, chapter)?.let {
BookHelp.saveImages(bookSource, book, chapter, it, 1)
}