mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix image uploader select
This commit is contained in:
parent
81ef7f4399
commit
4732c2a4ab
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['dialogHelper', 'jQuery', 'emby-button'], function (dialogHelper, $) {
|
||||
define(['dialogHelper', 'jQuery', 'emby-button', 'emby-select'], function (dialogHelper, $) {
|
||||
|
||||
var currentItemId;
|
||||
var currentFile;
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
</div>
|
||||
<div id="fldUpload" style="display: none;">
|
||||
<br />
|
||||
<div>
|
||||
<label for="selectImageType">${LabelImageType}</label>
|
||||
<select id="selectImageType" name="selectImageType" style="color:#fff;">
|
||||
<div class="selectContainer">
|
||||
<select is="emby-select" id="selectImageType" name="selectImageType" label="${LabelImageType}">
|
||||
<option value="Primary">${OptionPrimary}</option>
|
||||
<option value="Art">${OptionArt}</option>
|
||||
<option value="Backdrop">${OptionBackdrop}</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue