mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-15 04:35:15 +00:00
api: add an option to always proxy files
This commit is contained in:
@@ -37,6 +37,7 @@ export const apiSchema = z.object({
|
||||
.transform(verifyLanguageCode)
|
||||
.optional(),
|
||||
|
||||
alwaysProxy: z.boolean().default(false),
|
||||
disableMetadata: z.boolean().default(false),
|
||||
tiktokFullAudio: z.boolean().default(true),
|
||||
tiktokH265: z.boolean().default(false),
|
||||
|
||||
Reference in New Issue
Block a user