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 currentItemId;
|
||||||
var currentFile;
|
var currentFile;
|
||||||
|
|
|
@ -11,9 +11,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="fldUpload" style="display: none;">
|
<div id="fldUpload" style="display: none;">
|
||||||
<br />
|
<br />
|
||||||
<div>
|
<div class="selectContainer">
|
||||||
<label for="selectImageType">${LabelImageType}</label>
|
<select is="emby-select" id="selectImageType" name="selectImageType" label="${LabelImageType}">
|
||||||
<select id="selectImageType" name="selectImageType" style="color:#fff;">
|
|
||||||
<option value="Primary">${OptionPrimary}</option>
|
<option value="Primary">${OptionPrimary}</option>
|
||||||
<option value="Art">${OptionArt}</option>
|
<option value="Art">${OptionArt}</option>
|
||||||
<option value="Backdrop">${OptionBackdrop}</option>
|
<option value="Backdrop">${OptionBackdrop}</option>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue