api/schema: add 8bkps audio bitrate option

This commit is contained in:
wukko
2024-08-22 20:06:54 +06:00
parent 49184a235d
commit 42ff874c95
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ export const apiSchema = z.object({
.transform((url) => normalizeURL(decodeURIComponent(url))),
audioBitrate: z.enum(
["320", "256", "128", "96", "64"]
["320", "256", "128", "96", "64", "8"]
).default("256"),
audioFormat: z.enum(