1
0
Fork 0
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:
Peter Maar 2020-04-05 17:24:57 -04:00
parent f078ce95e7
commit c028c501d2
2 changed files with 4 additions and 2 deletions

View file

@ -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>