diff --git a/src/scripts/inputManager.js b/src/scripts/inputManager.js index 55427ece74..bd1e29a42b 100644 --- a/src/scripts/inputManager.js +++ b/src/scripts/inputManager.js @@ -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);