mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
e65500d84e
commit
bc878e5fac
7 changed files with 29 additions and 28 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.92",
|
||||
"_release": "1.1.92",
|
||||
"version": "1.1.93",
|
||||
"_release": "1.1.93",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.92",
|
||||
"commit": "b8a3cb7ffffe461b43e389650bd5c14170ea9eb7"
|
||||
"tag": "1.1.93",
|
||||
"commit": "3d971009690236323becba5c24803780a345ea54"
|
||||
},
|
||||
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "~1.1.5",
|
||||
|
|
|
@ -56,18 +56,6 @@ define(['browser'], function (browser) {
|
|||
return true;
|
||||
}
|
||||
|
||||
// Newer mobile chrome supports it but doesn't report it
|
||||
if (browser.chrome) {
|
||||
var version = (browser.version || '').toString().split('.')[0];
|
||||
try {
|
||||
version = parseInt(version);
|
||||
if (version >= 49) {
|
||||
return true;
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue