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

Remove unneeded async

This commit is contained in:
Bill Thornton 2020-11-25 14:28:41 -05:00
parent 12eb66210b
commit 001559ee95

View file

@ -90,7 +90,7 @@ import template from './imageOptionsEditor.template.html';
}); });
} }
async function showEditor(itemType, options, availableOptions) { function showEditor(itemType, options, availableOptions) {
const dlg = dialogHelper.createDialog({ const dlg = dialogHelper.createDialog({
size: 'small', size: 'small',
removeOnClose: true, removeOnClose: true,