This commit is contained in:
Horis
2025-02-09 12:12:15 +08:00
parent 6b7af24cbd
commit cd70dad323
@@ -165,7 +165,7 @@ class CacheBookService : BaseService() {
downloadJob = lifecycleScope.launch(cachePool) {
while (isActive) {
if (!CacheBook.isRun) {
CacheBook.stop(this@CacheBookService)
stopSelf()
return@launch
}
CacheBook.cacheBookMap.forEach {