1
0
Fork 0
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:
Luke Pulverenti 2016-10-17 12:19:02 -04:00
parent 81ef7f4399
commit 4732c2a4ab
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
define(['dialogHelper', 'jQuery', 'emby-button'], function (dialogHelper, $) {
define(['dialogHelper', 'jQuery', 'emby-button', 'emby-select'], function (dialogHelper, $) {
var currentItemId;
var currentFile;