mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix
This commit is contained in:
parent
7cb72bcd9a
commit
b4b1994729
1 changed files with 3 additions and 1 deletions
|
@ -236,7 +236,9 @@ import { appHost } from '../components/apphost';
|
|||
'repeatone': () => {
|
||||
playbackManager.setRepeatMode('RepeatOne');
|
||||
},
|
||||
'unknown': () => {}
|
||||
'unknown': () => {
|
||||
// This is the command given by 'notify', it's a no-op
|
||||
}
|
||||
})[command];
|
||||
|
||||
const action = keyActions(commandName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue