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

update components

This commit is contained in:
Luke Pulverenti 2016-12-29 14:56:19 -05:00
parent d00ed609ea
commit 94f609da91
3 changed files with 16 additions and 20 deletions

View file

@ -623,7 +623,7 @@
html += '</button>';
}
var channelList = context.querySelector('.channelList');
var channelList = context.querySelector('.channelsContainer');
channelList.innerHTML = html;
imageLoader.lazyChildren(channelList);
}