+
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}",
|
"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() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue