reverse episodes

This commit is contained in:
Moustapha Kodjo Amadou 2024-12-21 16:41:11 +01:00 committed by GitHub
parent 9a626c5d9f
commit f44ce1b6f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ const mangayomiSources = [{
"iconUrl": "https://www.google.com/s2/favicons?sz=64&domain=https://autoembed.cc/",
"typeSource": "multi",
"isManga": false,
"version": "1.0.0",
"version": "1.0.1",
"dateFormat": "",
"dateFormatLocale": "",
"pkgPath": "anime/src/all/autoembed.js"
@ -138,7 +138,7 @@ class DefaultExtension extends MProvider {
}
item.chapters = chaps;
chaps.reverse();
return item;
}
async extractStreams(url) {