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
411b85f351
commit
709f0726da
8 changed files with 108 additions and 58 deletions
|
@ -95,6 +95,8 @@
|
|||
|
||||
browser.xboxOne = userAgent.toLowerCase().indexOf('xbox') != -1;
|
||||
browser.animate = document.documentElement.animate != null;
|
||||
browser.tizen = userAgent.toLowerCase().indexOf('tizen') != -1;
|
||||
browser.webos = userAgent.toLowerCase().indexOf('webos') != -1;
|
||||
|
||||
browser.tv = isTv();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue