This commit is contained in:
Claus Vium
2021-04-02 20:49:19 +02:00
committed by GitHub
parent 7cb72bcd9a
commit b4b1994729
+3 -1
View File
@@ -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);