api/schema: add youtubeVideoContainer

This commit is contained in:
wukko
2025-06-20 14:23:16 +06:00
parent 4da95e0a2b
commit 2396462c5c
2 changed files with 14 additions and 9 deletions

View File

@@ -26,6 +26,10 @@ export const apiSchema = z.object({
["h264", "av1", "vp9"]
).default("h264"),
youtubeVideoContainer: z.enum(
["auto", "mp4", "webm", "mkv"]
).default("auto"),
videoQuality: z.enum(
["max", "4320", "2160", "1440", "1080", "720", "480", "360", "240", "144"]
).default("1080"),