This commit is contained in:
Lamp 2023-12-10 22:33:56 -05:00
parent 399c29a20d
commit 07d793c36c

1
app.js

@ -53,6 +53,7 @@ router.get("/vrcurl/:pool/:num", async ctx => {
break;
case "ytsr_continuation":
ctx.body = await cachedVRCYoutubeSearch(ctx.params.pool, dest.continuation, dest.options);
break;
default:
ctx.status = 500;
}