1
0
Fork 0
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:
Dmitry Lyzo 2024-03-24 23:02:18 +03:00
parent ba0e227b17
commit 2097c526d2
2 changed files with 5 additions and 5 deletions

View file

@ -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>