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

update details

This commit is contained in:
Luke Pulverenti 2016-03-14 00:58:46 -04:00
parent 0f7059cd3c
commit 50a27ba0b4

View file

@ -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();
});
}