mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed require for module cordova filesystem
This commit is contained in:
parent
e13796e4f3
commit
42beea23b6
1 changed files with 1 additions and 5 deletions
|
@ -429,11 +429,7 @@ var AppInfo = {};
|
||||||
var apiClientBowerPath = bowerPath + "/emby-apiclient";
|
var apiClientBowerPath = bowerPath + "/emby-apiclient";
|
||||||
var componentsPath = "components";
|
var componentsPath = "components";
|
||||||
|
|
||||||
if ("android" === self.appMode) {
|
define("filesystem", [componentsPath + "/filesystem"], returnFirstDependency);
|
||||||
define("filesystem", ["cordova/filesystem"], returnFirstDependency);
|
|
||||||
} else {
|
|
||||||
define("filesystem", [componentsPath + "/filesystem"], returnFirstDependency);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (window.IntersectionObserver && !browser.edge) {
|
if (window.IntersectionObserver && !browser.edge) {
|
||||||
define("lazyLoader", [componentsPath + "/lazyloader/lazyloader-intersectionobserver"], returnFirstDependency);
|
define("lazyLoader", [componentsPath + "/lazyloader/lazyloader-intersectionobserver"], returnFirstDependency);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue