mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update apphost
This commit is contained in:
parent
2380b60406
commit
f67cd0f325
2 changed files with 1 additions and 14 deletions
|
@ -114,19 +114,6 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
||||||
return appInfo;
|
return appInfo;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
appName: function () {
|
|
||||||
return 'Emby Mobile';
|
|
||||||
},
|
|
||||||
appVersion: function () {
|
|
||||||
return version;
|
|
||||||
},
|
|
||||||
deviceName: function () {
|
|
||||||
return getDeviceName();
|
|
||||||
},
|
|
||||||
deviceId: function () {
|
|
||||||
|
|
||||||
return getDeviceId();
|
|
||||||
},
|
|
||||||
capabilities: getCapabilities
|
capabilities: getCapabilities
|
||||||
};
|
};
|
||||||
});
|
});
|
|
@ -1963,7 +1963,7 @@ var AppInfo = {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function init(hostingAppInfo) {
|
function init() {
|
||||||
|
|
||||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||||
define("nativedirectorychooser", ["cordova/android/nativedirectorychooser"]);
|
define("nativedirectorychooser", ["cordova/android/nativedirectorychooser"]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue