feat: add Amvstrm as source for /episodes
Summary: Test Plan:
This commit is contained in:
@@ -57,6 +57,10 @@ app.openapi(route, async (c) => {
|
||||
import("./consumet").then(({ getEpisodesFromConsumet }) =>
|
||||
getEpisodesFromConsumet(aniListId),
|
||||
),
|
||||
() =>
|
||||
import("./amvstrm").then(({ getEpisodesFromAmvstrm }) =>
|
||||
getEpisodesFromAmvstrm(aniListId),
|
||||
),
|
||||
]);
|
||||
|
||||
if (!episodes) {
|
||||
|
||||
Reference in New Issue
Block a user