update apphost
This commit is contained in:
@@ -114,19 +114,6 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
|
||||
return appInfo;
|
||||
});
|
||||
},
|
||||
appName: function () {
|
||||
return 'Emby Mobile';
|
||||
},
|
||||
appVersion: function () {
|
||||
return version;
|
||||
},
|
||||
deviceName: function () {
|
||||
return getDeviceName();
|
||||
},
|
||||
deviceId: function () {
|
||||
|
||||
return getDeviceId();
|
||||
},
|
||||
capabilities: getCapabilities
|
||||
};
|
||||
});
|
||||
@@ -1963,7 +1963,7 @@ var AppInfo = {};
|
||||
}
|
||||
}
|
||||
|
||||
function init(hostingAppInfo) {
|
||||
function init() {
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browserInfo.android) {
|
||||
define("nativedirectorychooser", ["cordova/android/nativedirectorychooser"]);
|
||||
|
||||
Reference in New Issue
Block a user