mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update built in studio images
This commit is contained in:
parent
2137a2436f
commit
0c23a1a971
6 changed files with 65 additions and 36 deletions
|
@ -29,19 +29,16 @@
|
|||
var checkSortOption = $('.radioSortBy:checked', page);
|
||||
$('.viewSummary', page).html(LibraryBrowser.getViewSummaryHtml(query, checkSortOption)).trigger('create');
|
||||
|
||||
//html += LibraryBrowser.getPosterViewHtml({
|
||||
// items: result.Items,
|
||||
// useAverageAspectRatio: true,
|
||||
// shape: "backdrop",
|
||||
// showTitle: false,
|
||||
// overlayText: false,
|
||||
// context: 'tv'
|
||||
//});
|
||||
|
||||
html += LibraryBrowser.getPosterDetailViewHtml({
|
||||
html += LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
context: "tv",
|
||||
shape: "backdrop"
|
||||
useAverageAspectRatio: true,
|
||||
shape: "backdrop",
|
||||
showTitle: false,
|
||||
overlayText: false,
|
||||
context: 'tv',
|
||||
preferThumb: true,
|
||||
showItemCounts: true,
|
||||
centerText: true
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue