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

update behavior with restricted transcoding access

This commit is contained in:
Luke Pulverenti 2016-07-25 01:12:38 -04:00
parent c3875ebe73
commit 8d4a41bd7d
7 changed files with 2 additions and 191 deletions

View file

@ -1,4 +1,4 @@
define(['isMobile'], function (isMobile) {
define([], function () {
function isTv() {
@ -128,7 +128,7 @@
browser.tv = true;
}
if (isMobile.any) {
if (userAgent.toLowerCase().indexOf("mobi") != -1) {
browser.mobile = true;
}