mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 08:26:22 +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),
|
tiktokH265: z.boolean().default(false),
|
||||||
twitterGif: z.boolean().default(true),
|
twitterGif: z.boolean().default(true),
|
||||||
|
|
||||||
youtubeHLS: z.boolean().default(false),
|
youtubeHLS: z.boolean().default(true),
|
||||||
})
|
})
|
||||||
.strict();
|
.strict();
|
||||||
|
|
Loading…
Reference in a new issue