mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Rename selectLabelMaxVideoWidth to selectMaxVideoWidth
This commit is contained in:
parent
ba0e227b17
commit
2097c526d2
2 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" class="selectLabelMaxVideoWidth" label="${LabelMaxVideoResolution}">
|
||||
<select is="emby-select" class="selectMaxVideoWidth" label="${LabelMaxVideoResolution}">
|
||||
<option value="0">${Auto}</option>
|
||||
<option value="-1">${ScreenResolution}</option>
|
||||
<option value="640">360p</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue