1
0
Fork 0
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:
Luke Pulverenti 2015-05-14 22:16:57 -04:00
parent ce35317652
commit 4b2be0b97a
16 changed files with 478 additions and 409 deletions

View file

@ -69,7 +69,8 @@
showParentTitle: true,
overlayText: true,
lazy: true,
context: 'tv'
context: 'tv',
showDetailsMenu: true
});
}
else if (view == "PosterCard") {
@ -80,7 +81,8 @@
showParentTitle: true,
lazy: true,
context: 'tv',
cardLayout: true
cardLayout: true,
showDetailsMenu: true
});
}