mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move Yadif & Yadif Bob into language strings instead of hard-coded
This commit is contained in:
parent
f078ce95e7
commit
c028c501d2
2 changed files with 4 additions and 2 deletions
|
@ -138,8 +138,8 @@
|
|||
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectDeinterlaceMethod" label="${LabelDeinterlaceMethod}">
|
||||
<option value="yadif">Yadif</option>
|
||||
<option value="yadif_bob">Yadif Bob</option>
|
||||
<option value="yadif">${Yadif}</option>
|
||||
<option value="yadif_bob">${YadifBob}</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${DeinterlaceMethodHelp}</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue