Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9b4afa

Browse files
committed
Fix SenManga issue
1 parentae5b0f4 commita9b4afa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/SenManga/SenManga.ts‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const BASE = "https://raw.senmanga.com"
1717

1818
exportconstSenMangaInfo:SourceInfo={
1919
icon:"icon.png",
20-
version:"1.0.0",
20+
version:"1.0.1",
2121
name:"SenManga",
2222
author:"PythonCoderAS",
2323
authorWebsite:"https://github.com/PythonCoderAS",
@@ -88,8 +88,10 @@ export class SenManga extends Source {
8888
}
8989

9090
privateasyncgetPagedResults(url:string,metadata:{page?:number|null,[key:string]:any}){
91-
if(typeofmetadata!=="object"){
92-
metadata={page:metadata}
91+
if(typeofmetadata!=="object"&&metadata!==null){
92+
metadata={page:metadata};
93+
}elseif(metadata===null){
94+
metadata={};
9395
}
9496
letpage=1;
9597
if(metadata.page){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp