Fix map index error

This commit is contained in:
kodjomoustapha
2023-11-17 20:09:05 +01:00
parent 74d66f84a8
commit 50a6c84d47
3 changed files with 27 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ import '../../../../utils/utils.dart';
const apiUrl = 'https://api.mangadex.org';
const baseUrl = 'https://mangadex.org';
const isNsfw = true;
const mangadexVersion = "0.0.35";
const mangadexVersion = "0.0.4";
const mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/src/all/mangadex/mangadex-v$mangadexVersion.dart";
String _iconUrl = getIconUrl("mangadex", "all");