mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
favorite
This commit is contained in:
@@ -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("""
|
||||
|
Reference in New Issue
Block a user