Add stream admin page

This commit is contained in:
Zoe Roux
2026-04-28 10:18:27 +02:00
parent 821e597092
commit a0d550ca1b
10 changed files with 472 additions and 10 deletions
+1
View File
@@ -80,6 +80,7 @@ const RunningStream = t.Object({
export const streamsH = new Elysia({ tags: ["videos"] }).use(auth).get(
"videos/streams",
// @ts-expect-error idk
async ({
headers: { authorization, "accept-language": langs },
jwt: { sub, settings },