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
7c46427761
commit
db6cfba9c7
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue