mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Finish web UI
This commit is contained in:
parent
b43adb7406
commit
fa9e2b476b
12 changed files with 248 additions and 9 deletions
|
@ -829,6 +829,7 @@ var AppInfo = {};
|
|||
define("displaySettings", [componentsPath + "/displaysettings/displaysettings"], returnFirstDependency);
|
||||
define("playbackSettings", [componentsPath + "/playbacksettings/playbacksettings"], returnFirstDependency);
|
||||
define("homescreenSettings", [componentsPath + "/homescreensettings/homescreensettings"], returnFirstDependency);
|
||||
define("quickConnectSettings", [componentsPath + "/quickconnectsettings/quickconnectsettings"], returnFirstDependency);
|
||||
define("playbackManager", [componentsPath + "/playback/playbackmanager"], getPlaybackManager);
|
||||
define("layoutManager", [componentsPath + "/layoutManager", "apphost"], getLayoutManager);
|
||||
define("homeSections", [componentsPath + "/homesections/homesections"], returnFirstDependency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue