mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: netcast conditional
This commit is contained in:
parent
e888ae1bf3
commit
6e52a53e3d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function isTv() {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (userAgent.indexOf('netcast')) {
|
||||
if (userAgent.indexOf('netcast') !== -1) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue