mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
FIx auto preset in enum
This commit is contained in:
parent
6deffc3503
commit
49ae4c3f40
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@
|
||||||
|
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<select is="emby-select" id="selectEncoderPreset" label="${LabelEncoderPreset}">
|
<select is="emby-select" id="selectEncoderPreset" label="${LabelEncoderPreset}">
|
||||||
<option value="">${Auto}</option>
|
<option value="auto">${Auto}</option>
|
||||||
<option value="veryslow">veryslow</option>
|
<option value="veryslow">veryslow</option>
|
||||||
<option value="slower">slower</option>
|
<option value="slower">slower</option>
|
||||||
<option value="slow">slow</option>
|
<option value="slow">slow</option>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue