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

Fixed some errors

This commit is contained in:
Cromefire_ 2020-05-06 00:16:59 +02:00
parent 8c433afd6b
commit 6be76e5c31
No known key found for this signature in database
GPG key ID: D3D3DB179F435F0C
3 changed files with 5 additions and 2 deletions

View file

@ -410,7 +410,7 @@ import 'css!./style.css';
}
show() {
return import('text!./filterdialog.template.html').then((template) => {
return import('text!./filterdialog.template.html').then(({default: template}) => {
return new Promise((resolve) => {
const dlg = dialogHelper.createDialog({
removeOnClose: true,