bug
This commit is contained in:
parent
399c29a20d
commit
07d793c36c
1
app.js
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user