mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migration of home and librarymenu to ES6 modules
This commit is contained in:
parent
40b98bb3d4
commit
612d74fd2c
8 changed files with 190 additions and 156 deletions
|
@ -1,6 +1,8 @@
|
|||
define(['loading', 'appRouter', 'layoutManager', 'connectionManager', 'userSettings', 'cardBuilder', 'datetime', 'mediaInfo', 'backdrop', 'listView', 'itemContextMenu', 'itemHelper', 'dom', 'indicators', 'imageLoader', 'libraryMenu', 'globalize', 'browser', 'events', 'playbackManager', 'scrollStyles', 'emby-itemscontainer', 'emby-checkbox', 'emby-button', 'emby-playstatebutton', 'emby-ratingbutton', 'emby-scroller', 'emby-select'], function (loading, appRouter, layoutManager, connectionManager, userSettings, cardBuilder, datetime, mediaInfo, backdrop, listView, itemContextMenu, itemHelper, dom, indicators, imageLoader, libraryMenu, globalize, browser, events, playbackManager) {
|
||||
'use strict';
|
||||
|
||||
libraryMenu = LibraryMenu.default || libraryMenu;
|
||||
|
||||
function getPromise(apiClient, params) {
|
||||
var id = params.id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue