new source : FrAnime (FR)

This commit is contained in:
kodjomoustapha
2023-07-30 03:03:19 +01:00
parent 9917734d61
commit ca67aa74ce
8 changed files with 454 additions and 22 deletions

View File

@@ -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 = [];