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