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

update lists

This commit is contained in:
Luke Pulverenti 2016-02-07 16:16:02 -05:00
parent dd1b33021d
commit 1121dd8ae4
22 changed files with 192 additions and 761 deletions

View file

@ -20,7 +20,7 @@
<ul data-role="listview" class="ulForm">
<li>
<label for="selectVideoDecoder">${LabelHardwareAccelerationType}</label>
<label for="selectVideoDecoder" class="selectLabel">${LabelHardwareAccelerationType}</label>
<select id="selectVideoDecoder" data-mini="true">
<option value="">${OptionAuto}</option>
<option value="qsv">Intel Quick Sync</option>
@ -28,7 +28,7 @@
<div class="fieldDescription">${LabelHardwareAccelerationTypeHelp}</div>
</li>
<li>
<label for="selectThreadCount">${LabelTranscodingThreadCount}</label>
<label for="selectThreadCount" class="selectLabel">${LabelTranscodingThreadCount}</label>
<select id="selectThreadCount" data-mini="true">
<option value="-1">${OptionAuto}</option>
<option value="1">1</option>