mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update voice components
This commit is contained in:
parent
c6b15e3001
commit
984b49650e
14 changed files with 1613 additions and 449 deletions
11
dashboard-ui/voice/commands/controlcommands.js
Normal file
11
dashboard-ui/voice/commands/controlcommands.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
define([], function () {
|
||||
|
||||
return function (result) {
|
||||
result.success = true;
|
||||
if (result.properties.devicename)
|
||||
MediaController.trySetActiveDeviceName(result.properties.devicename);
|
||||
|
||||
return;
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue