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

fixes #689 - Support grouping latest items

This commit is contained in:
Luke Pulverenti 2014-07-05 01:21:13 -04:00
parent eeafc46d94
commit 46f9a6a331
28 changed files with 382 additions and 144 deletions

View file

@ -115,9 +115,10 @@
shape: "backdrop",
showTitle: true,
showParentTitle: true,
overlayText: screenWidth >= 600
overlayText: screenWidth >= 600,
lazy: true
})).createPosterItemMenus();
})).trigger('create').createPosterItemMenus();
});
}