mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
install service with Emby name
This commit is contained in:
parent
b26685b14d
commit
e396019903
11 changed files with 63 additions and 111 deletions
|
@ -1561,6 +1561,8 @@ var AppInfo = {};
|
|||
|
||||
AppInfo.enableUserImage = true;
|
||||
AppInfo.hasPhysicalVolumeButtons = isCordova || $.browser.mobile;
|
||||
|
||||
AppInfo.enableBackButton = ($.browser.safari && window.navigator.standalone) || (isCordova && $.browser.safari);
|
||||
}
|
||||
|
||||
function initializeApiClient(apiClient) {
|
||||
|
@ -1841,9 +1843,8 @@ var AppInfo = {};
|
|||
}
|
||||
|
||||
function initCordovaWithDeviceId(deferred, deviceId) {
|
||||
if ($.browser.safari) {
|
||||
requirejs(['thirdparty/cordova/imagestore.js']);
|
||||
}
|
||||
|
||||
requirejs(['thirdparty/cordova/imagestore.js']);
|
||||
|
||||
init(deferred, "Emby Mobile", deviceId, device.model, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue