Skip to content

Commit

Permalink
Fix none hwaccel
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu authored Sep 12, 2024
1 parent db972f8 commit 2a522f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/dashboard/encodingsettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="sectionTitle">${Transcoding}</h2>

<div class="selectContainer">
<select is="emby-select" id="selectVideoDecoder" label="${LabelHardwareAccelerationType}">
<option value="">${None}</option>
<option value="none">${None}</option>
<option value="amf">AMD AMF</option>
<option value="nvenc">Nvidia NVENC</option>
<option value="qsv">Intel QuickSync (QSV)</option>
Expand Down

0 comments on commit 2a522f7

Please sign in to comment.