mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +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 New Issue
Block a user