mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
web/settings/defaults: roll back default hls
it seems to be doing more bad than good, we need to scale or finish the duck project first
This commit is contained in:
parent
f07ebaa04c
commit
937fddf3e9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue