mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix gallery not passing in item
This commit is contained in:
parent
0f1bb2b8be
commit
2b53479479
6 changed files with 23 additions and 27 deletions
|
@ -85,10 +85,7 @@
|
|||
|
||||
function renderGallery(page, item) {
|
||||
|
||||
var imageTags = item.ImageTags || {};
|
||||
var html = '';
|
||||
|
||||
html += LibraryBrowser.renderGallery(imageTags);
|
||||
var html = LibraryBrowser.getGalleryHtml(item);
|
||||
|
||||
$('#galleryContent', page).html(html).trigger('create');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue