This commit is contained in:
kunfei
2022-10-15 22:02:40 +08:00
parent 8b62aadd79
commit 0261da0abb

View File

@@ -71,7 +71,7 @@ data class SearchScope(private var scope: String) {
}
} else {
scope.splitNotBlank(",").forEach {
list.addAll(appDb.bookSourceDao.getByGroup(it))
list.addAll(appDb.bookSourceDao.getEnabledByGroup(it))
}
}
if (list.isEmpty()) {