mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2552 from jellyfin/add-unknown-command
add 'unknown' as an input command
This commit is contained in:
commit
a20322e7c2
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,9 @@ import { appHost } from '../components/apphost';
|
|||
},
|
||||
'repeatone': () => {
|
||||
playbackManager.setRepeatMode('RepeatOne');
|
||||
},
|
||||
'unknown': () => {
|
||||
// This is the command given by 'notify', it's a no-op
|
||||
}
|
||||
})[command];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue