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

update default image extraction timeouts

This commit is contained in:
Luke Pulverenti 2016-09-09 14:26:05 -04:00
parent f17942c1cd
commit 4c7061b489
7 changed files with 12 additions and 15 deletions

View file

@ -1,4 +1,4 @@
define(['datetime', 'imageLoader', 'connectionManager', 'itemShortcuts', 'layoutManager'], function (datetime, imageLoader, connectionManager, itemShortcuts, layoutManager) {
define(['datetime', 'imageLoader', 'connectionManager', 'layoutManager'], function (datetime, imageLoader, connectionManager, layoutManager) {
function buildChapterCardsHtml(item, chapters, options) {
@ -132,9 +132,6 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemShortcuts', 'layout
options.itemsContainer.innerHTML = html;
imageLoader.lazyChildren(options.itemsContainer);
itemShortcuts.off(options.itemsContainer);
itemShortcuts.on(options.itemsContainer);
}
return {