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 15:13:03 -05:00
parent 7c46427761
commit db6cfba9c7

View file

@ -118,7 +118,7 @@ import template from './dialog.template.html';
});
}
export async function show(text, title) {
export function show(text, title) {
let options;
if (typeof text === 'string') {
options = {