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:
parent
c4ada25fe7
commit
19cb905d5a
1 changed files with 2 additions and 6 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue