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

update translations

This commit is contained in:
Luke Pulverenti 2015-09-25 01:15:29 -04:00
parent 764a5ac824
commit c2e474e8e9
105 changed files with 13294 additions and 12883 deletions

View file

@ -308,7 +308,7 @@
type: "Primary"
});
html += '<img class="guideChannelImage" src="' + url + '" />';
html += '<div class="guideChannelImage lazy" data-src="' + url + '"></div>';
}
html += '</a>';
@ -317,7 +317,9 @@
html += '</div>';
}
page.querySelector('.channelList').innerHTML = html;
var channelList = page.querySelector('.channelList');
channelList.innerHTML = html;
ImageLoader.lazyChildren(channelList);
}
function renderGuide(page, date, channels, programs) {