api/schema: enable tiktok full audio by default
Some checks are pending
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Run tests / test service functionality (push) Waiting to run
Run tests / test service: ${{ matrix.service }} (push) Blocked by required conditions

This commit is contained in:
wukko 2024-08-22 23:17:49 +06:00
parent b6d2175d4b
commit ee375a27cd
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -38,7 +38,7 @@ export const apiSchema = z.object({
.optional(),
disableMetadata: z.boolean().default(false),
tiktokFullAudio: z.boolean().default(false),
tiktokFullAudio: z.boolean().default(true),
tiktokH265: z.boolean().default(false),
twitterGif: z.boolean().default(true),
youtubeDubBrowserLang: z.boolean().default(false),