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:
parent
0e374f4ce6
commit
a5e4039db4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue