mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add item flyouts
This commit is contained in:
parent
ce35317652
commit
4b2be0b97a
16 changed files with 478 additions and 409 deletions
|
@ -52,7 +52,8 @@
|
|||
context: 'music',
|
||||
showTitle: true,
|
||||
lazy: true,
|
||||
centerText: true
|
||||
centerText: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
else if (view == "PosterCard") {
|
||||
|
@ -65,7 +66,8 @@
|
|||
centerText: true,
|
||||
cardLayout: true,
|
||||
lazy: true,
|
||||
showParentTitle: true
|
||||
showParentTitle: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue