Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Commit 207e398

Browse files
committed
Fix SenManga issue v2
1 parent a9b4afa commit 207e398

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/SenManga/SenManga.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const BASE = "https://raw.senmanga.com"
1717

1818
export const SenMangaInfo: 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
return createPagedResults({
121-
results: data.data
121+
results: data.data,
122+
metadata: metadata
122123
});
123124
}
124125

0 commit comments

Comments
 (0)