mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
new source : FrAnime (FR)
This commit is contained in:
@@ -8,7 +8,7 @@ searchManga(MangaModel manga) async {
|
||||
if (res.isEmpty) {
|
||||
return manga;
|
||||
}
|
||||
final jsonList = MBridge.jsonPathToList(res, r'$.suggestions[*]');
|
||||
final jsonList = MBridge.jsonPathToList(res, r'$.suggestions[*]', 0);
|
||||
List<String> urls = [];
|
||||
List<String> names = [];
|
||||
List<String> images = [];
|
||||
|
||||
Reference in New Issue
Block a user