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

chromecast fixes

This commit is contained in:
Luke Pulverenti 2016-03-07 01:53:38 -05:00
parent fdbc225f11
commit 053fd6388e
9 changed files with 32 additions and 15 deletions

View file

@ -65,6 +65,7 @@
browser.mobile = true;
}
browser.xboxOne = userAgent.toLowerCase().indexOf('xbox') != -1;
browser.animate = document.documentElement.animate != null;
return browser;