web/settings/defaults: roll back default hls
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

it seems to be doing more bad than good, we need to scale or finish the duck project first
This commit is contained in:
wukko 2025-01-07 13:16:58 +06:00
parent f07ebaa04c
commit 937fddf3e9
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: true,
youtubeHLS: false,
},
privacy: {
alwaysProxy: false,