mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 19:35:31 +00:00
api/schema: enable youtubeHLS by default
This commit is contained in:
parent
937fddf3e9
commit
ec019a1b50
|
@ -46,6 +46,6 @@ export const apiSchema = z.object({
|
|||
tiktokH265: z.boolean().default(false),
|
||||
twitterGif: z.boolean().default(true),
|
||||
|
||||
youtubeHLS: z.boolean().default(false),
|
||||
youtubeHLS: z.boolean().default(true),
|
||||
})
|
||||
.strict();
|
||||
|
|
Loading…
Reference in a new issue