web/settings/defaults: enable youtubeHLS by default
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
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

yolo #testinprod
This commit is contained in:
wukko 2025-01-06 15:38:58 +06:00
parent 0f65165671
commit f07ebaa04c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -26,7 +26,7 @@ const defaultSettings: CobaltSettings = {
videoQuality: "1080",
youtubeVideoCodec: "h264",
youtubeDubLang: "original",
youtubeHLS: false,
youtubeHLS: true,
},
privacy: {
alwaysProxy: false,