+
This commit is contained in:
parent
c906eec398
commit
0cc6194a5d
1 changed files with 2 additions and 4 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue