mirror of
https://github.com/imputnet/cobalt.git
synced 2025-08-14 08:28:27 +00:00
api/schema: remove deprecated variables
This commit is contained in:
parent
05fb1601c8
commit
0fca9c440c
@ -60,9 +60,5 @@ 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),
|
||||||
|
|
||||||
// TODO: remove after backwards compatibility period
|
|
||||||
twitterGif: z.boolean().default(false),
|
|
||||||
tiktokH265: z.boolean().default(false),
|
|
||||||
})
|
})
|
||||||
.strict();
|
.strict();
|
||||||
|
Loading…
Reference in New Issue
Block a user