mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update image uploader
This commit is contained in:
parent
eefd54468d
commit
6814d8e280
4 changed files with 9 additions and 4 deletions
|
@ -164,6 +164,8 @@
|
|||
var editorContent = dlg.querySelector('.editorContent');
|
||||
initEditor(editorContent);
|
||||
|
||||
$('#selectImageType', dlg).val(options.imageType || 'Primary');
|
||||
|
||||
$('.btnCloseDialog', dlg).on('click', function () {
|
||||
|
||||
paperDialogHelper.close(dlg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue