优化
Some checks failed
Test Build / prepare (push) Waiting to run
Test Build / build (app, release) (push) Blocked by required conditions
Test Build / build (app, releaseA) (push) Blocked by required conditions
Test Build / prerelease (push) Blocked by required conditions
Test Build / lanzou (push) Blocked by required conditions
Test Build / test_Branch (push) Blocked by required conditions
Test Build / telegram (push) Blocked by required conditions
closeStaleIssue / stale (push) Has been cancelled

This commit is contained in:
Horis
2025-01-31 17:24:34 +08:00
parent fced9a2a66
commit 526b560be9

View File

@@ -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)