mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
api/schema: add old variables from cobalt 10 for backwards compatibility
This commit is contained in:
parent
1a712db9e5
commit
3c41585158
@ -47,5 +47,9 @@ export const apiSchema = z.object({
|
|||||||
|
|
||||||
youtubeHLS: z.boolean().default(false),
|
youtubeHLS: z.boolean().default(false),
|
||||||
youtubeBetterAudio: z.boolean().default(false),
|
youtubeBetterAudio: z.boolean().default(false),
|
||||||
|
|
||||||
|
// temporarily kept for backwards compatibility with cobalt 10 schema
|
||||||
|
twitterGif: z.boolean().default(false),
|
||||||
|
tiktokH265: z.boolean().default(false),
|
||||||
})
|
})
|
||||||
.strict();
|
.strict();
|
||||||
|
Loading…
Reference in New Issue
Block a user