mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 19:35:31 +00:00
web/settings/defaults: enable youtubeHLS by default
Some checks are pending
Some checks are pending
yolo #testinprod
This commit is contained in:
parent
0f65165671
commit
f07ebaa04c
|
@ -26,7 +26,7 @@ const defaultSettings: CobaltSettings = {
|
|||
videoQuality: "1080",
|
||||
youtubeVideoCodec: "h264",
|
||||
youtubeDubLang: "original",
|
||||
youtubeHLS: false,
|
||||
youtubeHLS: true,
|
||||
},
|
||||
privacy: {
|
||||
alwaysProxy: false,
|
||||
|
|
Loading…
Reference in a new issue