1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Claus Vium 2021-04-02 20:49:19 +02:00 committed by GitHub
parent 7cb72bcd9a
commit b4b1994729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,7 +236,9 @@ import { appHost } from '../components/apphost';
'repeatone': () => { 'repeatone': () => {
playbackManager.setRepeatMode('RepeatOne'); playbackManager.setRepeatMode('RepeatOne');
}, },
'unknown': () => {} 'unknown': () => {
// This is the command given by 'notify', it's a no-op
}
})[command]; })[command];
const action = keyActions(commandName); const action = keyActions(commandName);