mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 03:40:30 +00:00
Fix: Batoto(All) fetch page list
This commit is contained in:
@@ -8,6 +8,7 @@ import 'multisrc/mangabox/sources.dart';
|
||||
import 'multisrc/mangareader/sources.dart';
|
||||
import 'multisrc/mmrcms/sources.dart';
|
||||
import 'multisrc/nepnep/sources.dart';
|
||||
import 'src/all/batoto/sources.dart';
|
||||
import 'src/all/comick/sources.dart';
|
||||
import 'src/all/mangadex/sources.dart';
|
||||
import 'src/en/mangahere/source.dart';
|
||||
@@ -22,7 +23,8 @@ void main() {
|
||||
...heancmsSourcesList,
|
||||
mangahereSource,
|
||||
...nepnepSourcesList,
|
||||
...mangaboxSourcesList
|
||||
...mangaboxSourcesList,
|
||||
...batotoSourcesList
|
||||
];
|
||||
final List<Map<String, dynamic>> jsonList =
|
||||
sourcesList.map((source) => source.toJson()).toList();
|
||||
|
||||
Reference in New Issue
Block a user