mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-16 03:45:14 +00:00
web/settings/defaults: enable youtubeHLS by default (again)
This commit is contained in:
parent
ec019a1b50
commit
b47987754a
|
@ -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