mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
api/schema: add 8bkps audio bitrate option
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user