1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-03-14 15:17:57 -04:00
parent f86dabe945
commit ccf6b48bdc
9 changed files with 55 additions and 20 deletions

View file

@ -61,7 +61,7 @@ define(['browser'], function (browser) {
var version = (browser.version || '').toString().split('.')[0];
try {
version = parseInt(version);
if (version >= 48) {
if (version >= 49) {
return true;
}
} catch (err) {