mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
api & web: update default audio bitrate to be 128kbps
This commit is contained in:
@ -10,7 +10,7 @@ export const apiSchema = z.object({
|
||||
|
||||
audioBitrate: z.enum(
|
||||
["320", "256", "128", "96", "64", "8"]
|
||||
).default("256"),
|
||||
).default("128"),
|
||||
|
||||
audioFormat: z.enum(
|
||||
["best", "mp3", "ogg", "wav", "opus"]
|
||||
|
Reference in New Issue
Block a user