mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/video: update youtube codec & hls section ids
This commit is contained in:
parent
8840396865
commit
904e5aa918
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
</SettingsCategory>
|
</SettingsCategory>
|
||||||
|
|
||||||
<SettingsCategory
|
<SettingsCategory
|
||||||
sectionId="codec"
|
sectionId="youtube-codec"
|
||||||
title={$t("settings.video.youtube.codec")}
|
title={$t("settings.video.youtube.codec")}
|
||||||
>
|
>
|
||||||
<Switcher
|
<Switcher
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
</SettingsCategory>
|
</SettingsCategory>
|
||||||
|
|
||||||
<SettingsCategory
|
<SettingsCategory
|
||||||
sectionId="hls"
|
sectionId="youtube-hls"
|
||||||
title={$t("settings.video.youtube.hls")}
|
title={$t("settings.video.youtube.hls")}
|
||||||
disabled={$settings.save.youtubeVideoCodec === "av1"}
|
disabled={$settings.save.youtubeVideoCodec === "av1"}
|
||||||
beta
|
beta
|
||||||
|
|
Loading…
Reference in a new issue