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

sync updates

This commit is contained in:
Luke Pulverenti 2015-01-23 01:15:15 -05:00
parent 2ab7e15656
commit 9b452f3b53
85 changed files with 421 additions and 505 deletions

View file

@ -57,18 +57,17 @@
$('.noNextUpItems', page).show();
}
var html = LibraryBrowser.getPosterViewHtml({
$('#nextUpItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
shape: "homePageBackdrop",
shape: "backdrop",
showTitle: true,
showParentTitle: true,
overlayText: true,
overlayText: false,
context: context,
lazy: true
lazy: true,
preferThumb: true
});
$('#nextUpItems', page).html(html).trigger('create').createCardMenus();
})).lazyChildren();
});
}
@ -103,14 +102,14 @@
$('#resumableItems', page).html(LibraryBrowser.getPosterViewHtml({
items: result.Items,
shape: "homePageBackdrop",
shape: "backdrop",
showTitle: true,
showParentTitle: true,
overlayText: true,
lazy: true,
context: 'tv'
})).trigger('create').createCardMenus();
})).lazyChildren();
});
}