mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
fix live tv in startup wizard
This commit is contained in:
parent
dd83646325
commit
4816128a99
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user