mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update page caching
This commit is contained in:
parent
b038bc1785
commit
a81a127cc6
15 changed files with 72 additions and 55 deletions
|
@ -2016,6 +2016,10 @@ var AppInfo = {};
|
|||
|
||||
if (Dashboard.isConnectMode()) {
|
||||
|
||||
if (AppInfo.isNativeApp && $.browser.android) {
|
||||
require(['cordova/android/logging']);
|
||||
}
|
||||
|
||||
require(['appstorage'], function () {
|
||||
|
||||
capabilities.DeviceProfile = MediaPlayer.getDeviceProfile(Math.max(screen.height, screen.width));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue