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

Commit207e398

Browse files
committed
Fix SenManga issue v2
1 parenta9b4afa commit207e398

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/SenManga/SenManga.ts‎

Lines changed: 3 additions & 2 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.1",
20+
version:"1.0.2",
2121
name:"SenManga",
2222
author:"PythonCoderAS",
2323
authorWebsite:"https://github.com/PythonCoderAS",
@@ -118,7 +118,8 @@ export class SenManga extends Source {
118118
}
119119
metadata.page=newPage;
120120
returncreatePagedResults({
121-
results:data.data
121+
results:data.data,
122+
metadata:metadata
122123
});
123124
}
124125

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp