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

support manual downloading of studio images

This commit is contained in:
Luke Pulverenti 2013-12-29 01:36:13 -05:00
parent dfec6b307b
commit 1e6afbaffa
2 changed files with 7 additions and 6 deletions

View file

@ -29,10 +29,13 @@
var checkSortOption = $('.radioSortBy:checked', page);
$('.viewSummary', page).html(LibraryBrowser.getViewSummaryHtml(query, checkSortOption)).trigger('create');
html += LibraryBrowser.getPosterDetailViewHtml({
html += LibraryBrowser.getPosterViewHtml({
items: result.Items,
context: "tv",
shape: "backdrop"
useAverageAspectRatio: true,
shape: "backdrop",
showTitle: false,
overlayText: false,
context: 'tv'
});
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);