mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix search dipping into restricted channels
This commit is contained in:
parent
0005654885
commit
de50f5892d
11 changed files with 24 additions and 304 deletions
|
@ -9,6 +9,7 @@
|
|||
<select is="emby-select" id="selectVideoDecoder" label="${LabelHardwareAccelerationType}">
|
||||
<option value="">${OptionNone}</option>
|
||||
<option value="qsv">Intel Quick Sync</option>
|
||||
<option value="h264_omx">h264_omx</option>
|
||||
</select>
|
||||
<div class="fieldDescription">${LabelHardwareAccelerationTypeHelp}</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue