1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

apply suggestion

This commit is contained in:
grafixeyehero 2020-06-13 17:33:56 +03:00
parent cf1ca53f9c
commit 857c1d8e2a
2 changed files with 4 additions and 4 deletions

View file

@ -92,8 +92,8 @@ import 'emby-input';
export class editor {
constructor() {
this.show = (itemType, options, availableOptions) => {
return new Promise((resolve) => {
import('text!./components/imageOptionsEditor/imageOptionsEditor.template.html').then(({default: template}) => {
return import('text!./components/imageOptionsEditor/imageOptionsEditor.template.html').then(({default: template}) => {
return new Promise((resolve) => {
const dlg = dialogHelper.createDialog({
size: 'small',
removeOnClose: true,