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

removed require for cordova apphost

This commit is contained in:
vitorsemeano 2019-03-17 23:23:59 +00:00
parent c4ada25fe7
commit 19cb905d5a

View file

@ -1373,13 +1373,9 @@ var AppInfo = {};
return viewManager;
});
if ("cordova" === self.appMode || "android" === self.appMode) {
paths.apphost = "cordova/apphost";
} else {
paths.apphost = "components/apphost";
}
paths.apphost = "components/apphost";
paths.appStorage = getAppStorage(apiClientBowerPath);
requirejs.config({
waitSeconds: 0,
map: {