api & web: update default audio bitrate to be 128kbps

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

View File

@ -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"]