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

Commit 3b48a43

Browse files
committed
Add view more items
1 parent 631e898 commit 3b48a43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/RainOfSnow/RainOfSnow.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const BASE = "https://rainofsnow.com"
1515

1616
export const RainOfSnowInfo: SourceInfo = {
1717
icon: "icon.png",
18-
version: "1.3.0",
18+
version: "1.3.1",
1919
name: "RainOfSnow",
2020
author: "PythonCoderAS",
2121
authorWebsite: "https://github.com/PythonCoderAS",
@@ -139,4 +139,9 @@ export class RainOfSnow extends Source {
139139
ids: ids
140140
}));
141141
}
142+
143+
144+
getViewMoreItems(homepageSectionId: string, metadata: any): Promise<PagedResults> {
145+
return this.getWebsiteMangaDirectory(metadata);
146+
}
142147
}

0 commit comments

Comments
 (0)