This commit is contained in:
Horis
2025-01-31 17:24:34 +08:00
parent fced9a2a66
commit 526b560be9
@@ -354,7 +354,8 @@ object CacheBook {
book,
chapter,
start = CoroutineStart.LAZY,
executeContext = IO
executeContext = IO,
semaphore = semaphore
).onSuccess { content ->
onSuccess(chapter)
ReadBook.downloadedChapters.add(chapter.index)