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-29 21:32:51 -04:00
parent e65500d84e
commit bc878e5fac
7 changed files with 29 additions and 28 deletions

View file

@ -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;
}