mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix live tv in startup wizard
This commit is contained in:
parent
dd83646325
commit
4816128a99
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue