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:
parent
3de82f210a
commit
c22ad0f204
1 changed files with 2 additions and 6 deletions
|
@ -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"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue