1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add 'unknown' as an input command

'unknown' is sent on every click, which spams the console
This commit is contained in:
Claus Vium 2021-04-02 20:40:12 +02:00 committed by GitHub
parent 1c7ce790dc
commit 7cb72bcd9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,8 @@ import { appHost } from '../components/apphost';
},
'repeatone': () => {
playbackManager.setRepeatMode('RepeatOne');
}
},
'unknown': () => {}
})[command];
const action = keyActions(commandName);