api & web: make "basic" the default filename style

This commit is contained in:
wukko 2025-04-30 21:32:39 +06:00
parent a86c552183
commit a95f87ebfb
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ export const apiSchema = z.object({
filenameStyle: z.enum( filenameStyle: z.enum(
["classic", "pretty", "basic", "nerdy"] ["classic", "pretty", "basic", "nerdy"]
).default("classic"), ).default("basic"),
youtubeVideoCodec: z.enum( youtubeVideoCodec: z.enum(
["h264", "av1", "vp9"] ["h264", "av1", "vp9"]

View File

@ -26,7 +26,7 @@ const defaultSettings: CobaltSettings = {
audioFormat: "mp3", audioFormat: "mp3",
disableMetadata: false, disableMetadata: false,
downloadMode: "auto", downloadMode: "auto",
filenameStyle: "classic", filenameStyle: "basic",
savingMethod: "download", savingMethod: "download",
allowH265: false, allowH265: false,
tiktokFullAudio: false, tiktokFullAudio: false,