feat(manga/zh): reverse chapters list

This commit is contained in:
kodjomoustapha
2024-05-04 19:53:05 +01:00
parent 19ab0e7004
commit e34b23dc7c
3 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ const mangayomiSources = [{
"typeSource": "single",
"isManga": true,
"isNsfw": false,
"version": "0.0.2",
"version": "0.0.25",
"apiUrl": "",
"dateFormat": "",
"dateFormatLocale": "",
@@ -149,7 +149,6 @@ class DefaultExtension extends MProvider {
url: element.attr("href")
});
}
chapters.reverse();
return {
name: title,
imageUrl: cover,