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

update lazy loader

This commit is contained in:
Luke Pulverenti 2016-11-16 01:00:28 -05:00
parent 0291450ffb
commit 71b0be28b8
8 changed files with 226 additions and 126 deletions

View file

@ -388,7 +388,7 @@
});
}
function loadLibraryTiles(elem, user, shape, index, autoHideOnMobile, showTitles) {
function loadLibraryTiles(elem, user, shape, index, autoHideOnMobile) {
return getUserViews(user.Id).then(function (items) {
@ -418,7 +418,7 @@
html += cardBuilder.getCardsHtml({
items: items,
shape: scrollX ? 'overflowBackdrop' : shape,
showTitle: showTitles,
showTitle: true,
centerText: true,
overlayText: false,
lazy: true,