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:
parent
c3875ebe73
commit
8d4a41bd7d
7 changed files with 2 additions and 191 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue