1
0
Fork 0
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:
Cameron 2020-08-05 09:00:24 +01:00
parent b5fab608c1
commit fbb98bdd2f
4 changed files with 1294 additions and 1266 deletions

View file

@ -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()
});