mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
fix date format
This commit is contained in:
@@ -147,7 +147,7 @@ getMangaDetail(MangaModel manga) async {
|
||||
.split("-.");
|
||||
|
||||
manga.chaptersDateUploads = MBridge.listParseDateTime(
|
||||
chaptersDateUploads, "MMMM dd, yyyy", manga.dateFormatLocale);
|
||||
chaptersDateUploads, manga.dateFormat, manga.dateFormatLocale);
|
||||
|
||||
return manga;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
import '../../model/source.dart';
|
||||
|
||||
const mangareaderVersion = "0.0.12";
|
||||
const mangareaderVersion = "0.0.13";
|
||||
const mangareaderSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
|
||||
Reference in New Issue
Block a user