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

update import statement

This commit is contained in:
dkanada 2020-07-20 08:51:36 +09:00 committed by GitHub
parent 0e374f4ce6
commit a5e4039db4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ import 'listViewStyle';
} }
function showItemOverview(item) { function showItemOverview(item) {
import('alert').then(({default: alert})=> { import('alert').then(({default: alert}) => {
alert({ alert({
text: item.Overview text: item.Overview
}); });