mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/settings/defaults: set tiktokFullAudio to false
This commit is contained in:
parent
fcde8ad745
commit
1821b4b614
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const defaultSettings: CobaltSettings = {
|
|||
filenameStyle: "classic",
|
||||
savingMethod: "download",
|
||||
tiktokH265: false,
|
||||
tiktokFullAudio: true,
|
||||
tiktokFullAudio: false,
|
||||
twitterGif: true,
|
||||
videoQuality: "1080",
|
||||
youtubeVideoCodec: "h264",
|
||||
|
|
Loading…
Reference in a new issue