mangadex : fix chapterdate null value

This commit is contained in:
kodjomoustapha
2023-07-10 14:53:24 +01:00
parent 1e7bdda98a
commit f3e3e209e0
3 changed files with 1740 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import '../../../model/source.dart';
const apiUrl = 'https://api.mangadex.org';
const baseUrl = 'https://mangadex.org';
const isNsfw = true;
const mangadexVersion = "0.0.1";
const mangadexVersion = "0.0.11";
const mangadexSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/src/all/mangadex/mangadex-v$mangadexVersion.dart";
const iconUrl = '';