fix Mangabox date

This commit is contained in:
kodjomoustapha
2024-06-24 17:00:35 +01:00
parent 1c78e50a51
commit 9b94e7c0cb
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ class MangaBox extends MProvider {
dateStr = dates.last.text;
} else {
dateStr = element.selectFirst("ul > li > p")?.text ??
DateTime.now().millisecondsSinceEpoch.toString();
DateTime.now().toString();
}
chapter.url = a.getHref;
chapter.dateUpload =