api: add an option to allow better audio from youtube
& an env variable to disable it if needed
This commit is contained in:
@@ -46,5 +46,6 @@ export const apiSchema = z.object({
|
||||
localProcessing: z.boolean().default(false),
|
||||
|
||||
youtubeHLS: z.boolean().default(false),
|
||||
youtubeBetterAudio: z.boolean().default(false),
|
||||
})
|
||||
.strict();
|
||||
|
||||
Reference in New Issue
Block a user