mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
separate player selection into it's own script
This commit is contained in:
parent
93adfafe03
commit
7c9cbbcd8d
8 changed files with 685 additions and 214 deletions
|
@ -1239,6 +1239,7 @@ var AppInfo = {};
|
|||
define("directorybrowser", ["components/directorybrowser/directorybrowser"], returnFirstDependency);
|
||||
define("metadataEditor", [embyWebComponentsBowerPath + "/metadataeditor/metadataeditor"], returnFirstDependency);
|
||||
define("personEditor", [embyWebComponentsBowerPath + "/metadataeditor/personeditor"], returnFirstDependency);
|
||||
define("playerSelectionMenu", ["components/playerselection"], returnFirstDependency);
|
||||
|
||||
define("libraryMenu", ["scripts/librarymenu"], returnFirstDependency);
|
||||
|
||||
|
@ -2731,6 +2732,8 @@ var AppInfo = {};
|
|||
}
|
||||
}
|
||||
|
||||
postInitDependencies.push('playerSelectionMenu');
|
||||
|
||||
require(postInitDependencies);
|
||||
upgradeLayouts();
|
||||
initAutoSync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue