mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use browser.tv
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
0271ae42c0
commit
11e3bf395e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export function enable() {
|
|||
}
|
||||
|
||||
// Ignore Media Keys for non-TV platform having MediaSession API
|
||||
if (!layoutManager.tv && isMediaKey(key) && hasMediaSession) {
|
||||
if (!browser.tv && isMediaKey(key) && hasMediaSession) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue