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

update packaging

This commit is contained in:
Luke Pulverenti 2016-03-10 23:25:56 -05:00
parent 709f0726da
commit 0089f44a4d
6 changed files with 23 additions and 13 deletions

View file

@ -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();