api/schema: add old variables from cobalt 10 for backwards compatibility
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user