mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
web/settings/defaults: enable youtubeHLS by default
yolo #testinprod
This commit is contained in:
parent
0f65165671
commit
f07ebaa04c
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: false,
|
youtubeHLS: true,
|
||||||
},
|
},
|
||||||
privacy: {
|
privacy: {
|
||||||
alwaysProxy: false,
|
alwaysProxy: false,
|
||||||
|
|
Loading…
Reference in a new issue