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

update live tv images

This commit is contained in:
Luke Pulverenti 2016-02-18 13:19:18 -05:00
parent 9e4ec97ed5
commit 02e924e3c5
4 changed files with 8 additions and 4 deletions

View file

@ -144,7 +144,9 @@
var timers = result.Items;
LiveTvHelpers.getTimersHtml(timers).then(function(html) {
var elem = $('.scheduleTab', page).html(html);
var elem = $('.scheduleTab', page).html(html)[0];
ImageLoader.lazyChildren(elem);
$('.btnDeleteTimer', elem).on('click', function () {