mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update details
This commit is contained in:
parent
0f7059cd3c
commit
50a27ba0b4
1 changed files with 5 additions and 2 deletions
|
@ -358,8 +358,11 @@
|
|||
overlayPlayButton: true
|
||||
});
|
||||
|
||||
section.querySelector('.nextUpItems').innerHTML = html;
|
||||
ImageLoader.lazyChildren(section);
|
||||
var itemsContainer = section.querySelector('.nextUpItems');
|
||||
|
||||
itemsContainer.innerHTML = html;
|
||||
ImageLoader.lazyChildren(itemsContainer);
|
||||
$(itemsContainer).createCardMenus();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue