This commit is contained in:
Horis
2025-02-09 12:12:15 +08:00
parent eb5b17fe68
commit f81144efa8
@@ -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 {