1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

removing require for module cordova shell

This commit is contained in:
vitorsemeano 2019-03-16 18:13:26 +00:00
parent 3de82f210a
commit c22ad0f204

View file

@ -441,11 +441,7 @@ var AppInfo = {};
define("lazyLoader", [componentsPath + "/lazyloader/lazyloader-scroll"], returnFirstDependency);
}
if ("android" === self.appMode) {
define("shell", ["cordova/shell"], returnFirstDependency);
} else {
define("shell", [componentsPath + "/shell"], returnFirstDependency);
}
define("shell", [componentsPath + "/shell"], returnFirstDependency);
if ("cordova" === self.appMode || "android" === self.appMode) {
define("apiclientcore", ["bower_components/emby-apiclient/apiclient"], returnFirstDependency);
@ -1222,7 +1218,7 @@ var AppInfo = {};
require(["mediaSession"]);
}
require(["apiInput"]);
require(["serverNotifications"]);
if (!browser.tv && !browser.xboxOne) {
require(["components/playback/playbackorientation"]);