diff --git a/dashboard-ui/scripts/wizardlivetvguide.js b/dashboard-ui/scripts/wizardlivetvguide.js index c8f26c716a..f5eccd7221 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) {