mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update globalize
This commit is contained in:
parent
3d3df5717d
commit
7fb95d0419
21 changed files with 142 additions and 90 deletions
|
@ -2070,7 +2070,7 @@ var AppInfo = {};
|
|||
|
||||
deps.push('appstorage');
|
||||
|
||||
require([deps], function () {
|
||||
require(deps, function () {
|
||||
|
||||
capabilities.DeviceProfile = MediaPlayer.getDeviceProfile(Math.max(screen.height, screen.width));
|
||||
createConnectionManager(capabilities).done(function () { onConnectionManagerCreated(deferred); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue