书源校验:搜索结果为空时才把发现的结果给books

This commit is contained in:
Xwite
2022-02-11 21:40:58 +08:00
parent df45dac52d
commit b90eaa609d

View File

@@ -164,7 +164,7 @@ class CheckSourceService : BaseService() {
}
} else {
source.removeGroup("发现失效")
books = exploreBooks
if (books.isEmpty()) books = exploreBooks
}
}
}