Add ability to upload hearing-impaired subs

This commit is contained in:
MBR#0001 2023-07-23 21:34:24 +02:00 committed by Bill Thornton
parent cb22736d02
commit f4db19cc11
3 changed files with 32 additions and 3 deletions

View file

@ -31,6 +31,10 @@
<input type="checkbox" is="emby-checkbox" id="chkIsForced" />
<span>${LabelIsForced}</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" id="chkIsHearingImpaired" />
<span>${LabelIsHearingImpaired}</span>
</label>
</div>
<div class="selectContainer flex-grow">
<select is="emby-select" id="selectLanguage" required="required" label="${LabelLanguage}"></select>