mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update packaging
This commit is contained in:
parent
709f0726da
commit
0089f44a4d
6 changed files with 23 additions and 13 deletions
|
@ -96,7 +96,7 @@
|
|||
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.web0s = userAgent.toLowerCase().indexOf('Web0S'.toLowerCase()) != -1;
|
||||
|
||||
browser.tv = isTv();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue