api & web: update default audio bitrate to be 128kbps

This commit is contained in:
wukko
2024-08-22 20:50:21 +06:00
parent 42ff874c95
commit ff9efdc471
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const defaultSettings: CobaltSettings = {
reduceTransparency: false,
},
save: {
audioBitrate: "256",
audioBitrate: "128",
audioFormat: "mp3",
disableMetadata: false,
downloadMode: "auto",