mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 10:46:19 +01:00
api/schema: enable youtubeHLS by default
This commit is contained in:
parent
937fddf3e9
commit
ec019a1b50
1 changed files with 1 additions and 1 deletions
|
@ -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