This commit is contained in:
nyne
2024-10-05 22:07:34 +08:00
parent 771feeeaa8
commit 3a0fbee7bc
5 changed files with 441 additions and 15 deletions

View File

@@ -96,7 +96,7 @@ class LocalFavoritesManager {
""");
}
Future<List<String>> find(String id, ComicType type) async {
List<String> find(String id, ComicType type) {
var res = <String>[];
for (var folder in folderNames) {
var rows = _db.select("""