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:
parent
12eb66210b
commit
001559ee95
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue