api/schema: tiktokH265 -> allowH265, twitterGif -> convertGif

h265 param is already used for more than tiktok, and gif param will be used for bluesky gifs in the future
This commit is contained in:
wukko
2025-01-29 15:37:58 +06:00
parent a43e7a629b
commit e7d4b72c8c
3 changed files with 9 additions and 8 deletions

View File

@@ -37,9 +37,10 @@ export const apiSchema = z.object({
.optional(),
disableMetadata: z.boolean().default(false),
allowH265: z.boolean().default(false),
convertGif: z.boolean().default(true),
tiktokFullAudio: z.boolean().default(false),
tiktokH265: z.boolean().default(false),
twitterGif: z.boolean().default(true),
alwaysProxy: z.boolean().default(false),
localProcessing: z.boolean().default(false),