This commit is contained in:
Moustapha Kodjo Amadou 2025-01-15 09:48:14 +01:00
parent c906eec398
commit 0cc6194a5d

View file

@ -325,10 +325,8 @@ const mangayomiSources = [{
"apiUrl": "${source.apiUrl}",
"iconUrl": "${source.iconUrl}",
"typeSource": "${source.typeSource}",
"isManga": ${source.isManga},
"itemType": ${source.itemType.index},
"version": "${source.version}",
"dateFormat": "",
"dateFormatLocale": "",
"pkgPath": ""
}];
@ -364,7 +362,7 @@ class DefaultExtension extends MProvider {
throw new Error("getVideoList not implemented");
}
// For manga chapter pages
async getPageList() {
async getPageList(url) {
throw new Error("getPageList not implemented");
}
getFilterList() {