mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Remove unneeded async
This commit is contained in:
parent
12eb66210b
commit
001559ee95
@ -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({
|
||||
size: 'small',
|
||||
removeOnClose: true,
|
||||
|
Loading…
Reference in New Issue
Block a user