From 4816128a998b3b98ac0508c819f820b19212580c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 27 Oct 2015 14:21:30 -0400 Subject: [PATCH] fix live tv in startup wizard --- dashboard-ui/scripts/wizardlivetvguide.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/scripts/wizardlivetvguide.js b/dashboard-ui/scripts/wizardlivetvguide.js index c8f26c716..f5eccd722 100644 --- a/dashboard-ui/scripts/wizardlivetvguide.js +++ b/dashboard-ui/scripts/wizardlivetvguide.js @@ -18,7 +18,7 @@ } } - var url = 'tvproviders/' + type.toLowerCase() + '.js'; + var url = 'components/tvproviders/' + type.toLowerCase() + '.js'; require([url], function (factory) { @@ -44,7 +44,7 @@ ApiClient.ajax({ type: 'GET', - url: 'tvproviders/' + type + '.template.html' + url: 'components/tvproviders/' + type + '.template.html' }).done(function (html) {