Merge pull request #1227 from MediaBrowser/master
fix live tv in startup wizard
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user