From b798dfffd559e597bcace72dba429759449ae1cd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 4 Sep 2016 13:52:43 -0400 Subject: [PATCH] fix missing params --- dashboard-ui/scripts/livetvschedule.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/scripts/livetvschedule.js b/dashboard-ui/scripts/livetvschedule.js index 01929ce34a..b5992d3587 100644 --- a/dashboard-ui/scripts/livetvschedule.js +++ b/dashboard-ui/scripts/livetvschedule.js @@ -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) { @@ -40,8 +40,7 @@ var self = this; - categorysyncbuttons.init(tabContent); - tabContent.querySelector('#upcomingRecordings .recordingItems').addEventListener('timercancelled', function () { + tabContent.querySelector('#upcomingRecordings .recordingItems').addEventListener('timercancelled', function () { reload(tabContent); });