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
+2 -1
View File
@@ -235,7 +235,8 @@ import { appHost } from '../components/apphost';
},
'repeatone': () => {
playbackManager.setRepeatMode('RepeatOne');
}
},
'unknown': () => {}
})[command];
const action = keyActions(commandName);