mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 23:05:15 -04:00
Add stream admin page
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user