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}", "apiUrl": "${source.apiUrl}",
"iconUrl": "${source.iconUrl}", "iconUrl": "${source.iconUrl}",
"typeSource": "${source.typeSource}", "typeSource": "${source.typeSource}",
"isManga": ${source.isManga}, "itemType": ${source.itemType.index},
"version": "${source.version}", "version": "${source.version}",
"dateFormat": "",
"dateFormatLocale": "",
"pkgPath": "" "pkgPath": ""
}]; }];
@ -364,7 +362,7 @@ class DefaultExtension extends MProvider {
throw new Error("getVideoList not implemented"); throw new Error("getVideoList not implemented");
} }
// For manga chapter pages // For manga chapter pages
async getPageList() { async getPageList(url) {
throw new Error("getPageList not implemented"); throw new Error("getPageList not implemented");
} }
getFilterList() { getFilterList() {