jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/voice/commands/searchcommands.js
Luke Pulverenti 9a4a0e78a9 voice fixes
2016-07-06 16:16:56 -04:00

10 lines
192 B
JavaScript

define(['inputManager'], function (inputManager) {
return function (result) {
switch (result.item.deviceid) {
default:
return;
}
}
});