mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migration of guide and guide-settings to ES6 modules
This commit is contained in:
parent
b5fab608c1
commit
fbb98bdd2f
4 changed files with 1294 additions and 1266 deletions
|
@ -7,7 +7,7 @@ define(['tvguide'], function (tvguide) {
|
|||
|
||||
self.renderTab = function () {
|
||||
if (!guideInstance) {
|
||||
guideInstance = new tvguide({
|
||||
guideInstance = new tvguide.default({
|
||||
element: tabContent,
|
||||
serverId: ApiClient.serverId()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue