mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-22 18:56:21 +01:00
api/schema: make tiktokFullAudio false by default
This commit is contained in:
parent
cda99a96e8
commit
002e70cb89
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const apiSchema = z.object({
|
|||
|
||||
alwaysProxy: z.boolean().default(false),
|
||||
disableMetadata: z.boolean().default(false),
|
||||
tiktokFullAudio: z.boolean().default(true),
|
||||
tiktokFullAudio: z.boolean().default(false),
|
||||
tiktokH265: z.boolean().default(false),
|
||||
twitterGif: z.boolean().default(true),
|
||||
youtubeDubBrowserLang: z.boolean().default(false),
|
||||
|
|
Loading…
Reference in a new issue