mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
module resolution for toast and serverRestartDialog
This commit is contained in:
parent
578a1670f4
commit
ba89941fce
3 changed files with 4 additions and 1 deletions
3
src/components/toast/package.json
Normal file
3
src/components/toast/package.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"main": "toast.js"
|
||||
}
|
|
@ -754,7 +754,7 @@ var AppInfo = {};
|
|||
define("emby-radio", [componentsPath + "/emby-radio/emby-radio"], returnFirstDependency);
|
||||
define("emby-textarea", [componentsPath + "/emby-textarea/emby-textarea"], returnFirstDependency);
|
||||
define("collectionEditor", [componentsPath + "/collectioneditor/collectioneditor"], returnFirstDependency);
|
||||
define("serverRestartDialog", [componentsPath + "/serverrestartdialog/serverrestartdialog"], returnFirstDependency);
|
||||
define("serverRestartDialog", [componentsPath + "/serverRestartDialog"], returnFirstDependency);
|
||||
define("playlistEditor", [componentsPath + "/playlisteditor/playlisteditor"], returnFirstDependency);
|
||||
define("recordingCreator", [componentsPath + "/recordingcreator/recordingcreator"], returnFirstDependency);
|
||||
define("recordingEditor", [componentsPath + "/recordingcreator/recordingeditor"], returnFirstDependency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue