优化
This commit is contained in:
@@ -72,6 +72,7 @@ class CheckSourceService : BaseService() {
|
||||
IntentAction.start -> intent.getStringArrayListExtra("selectIds")?.let {
|
||||
check(it)
|
||||
}
|
||||
|
||||
IntentAction.resume -> upNotification()
|
||||
else -> stopSelf()
|
||||
}
|
||||
@@ -154,7 +155,7 @@ class CheckSourceService : BaseService() {
|
||||
}
|
||||
}
|
||||
//校验发现书籍
|
||||
if (CheckSource.checkDiscovery) {
|
||||
if (CheckSource.checkDiscovery && !source.exploreUrl.isNullOrBlank()) {
|
||||
val exs = source.exploreKinds()
|
||||
var url: String? = null
|
||||
for (ex in exs) {
|
||||
|
||||
Reference in New Issue
Block a user