fix missing params

This commit is contained in:
Luke Pulverenti 2016-09-04 13:52:43 -04:00
parent 53c56dceb4
commit b798dfffd5

View File

@ -1,4 +1,4 @@
define(['components/categorysyncbuttons', 'cardBuilder', 'scripts/livetvcomponents', 'emby-button', 'listViewStyle', 'emby-itemscontainer'], function (categorysyncbuttons, cardBuilder) { define(['scripts/livetvcomponents', 'emby-button', 'emby-itemscontainer'], function () {
function renderTimers(context, timers, options) { function renderTimers(context, timers, options) {
@ -40,7 +40,6 @@
var self = this; var self = this;
categorysyncbuttons.init(tabContent);
tabContent.querySelector('#upcomingRecordings .recordingItems').addEventListener('timercancelled', function () { tabContent.querySelector('#upcomingRecordings .recordingItems').addEventListener('timercancelled', function () {
reload(tabContent); reload(tabContent);
}); });