diff --git a/src/components/serverrestartdialog/serverrestartdialog.js b/src/components/serverRestartDialog.js similarity index 100% rename from src/components/serverrestartdialog/serverrestartdialog.js rename to src/components/serverRestartDialog.js diff --git a/src/components/toast/package.json b/src/components/toast/package.json new file mode 100644 index 0000000000..2e64841a7f --- /dev/null +++ b/src/components/toast/package.json @@ -0,0 +1,3 @@ +{ + "main": "toast.js" +} \ No newline at end of file diff --git a/src/scripts/site.js b/src/scripts/site.js index dc3c7bfcf3..f8e348b5ab 100644 --- a/src/scripts/site.js +++ b/src/scripts/site.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);