1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix: add clear help text for encoding format options

These options are misunderstood as part of the hardware encoding options, but they are actually not. Add a helper text and make it in its own section.
This commit is contained in:
gnattu 2024-03-27 12:24:55 +08:00
parent fce1e7f173
commit e1c90dac1e
3 changed files with 5 additions and 3 deletions

View file

@ -123,13 +123,15 @@
</div>
<div class="checkboxListContainer">
<h3 class="checkboxListLabel">${LabelEncodingFormatOptions}</h3>
<div class="fieldDescription">${EncodingFormatHelp}</div>
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" id="chkAllowHevcEncoding" />
<span>${AllowHevcEncoding}</span>
</label>
</div>
<div class="checkboxList allowAv1EncodingOption">
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" id="chkAllowAv1Encoding" />
<span>${AllowAv1Encoding}</span>