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

View File

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