jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/voice/commands/searchcommands.js

10 lines
192 B
JavaScript
Raw Normal View History

2016-07-06 12:25:58 -07:00
define(['inputManager'], function (inputManager) {
2016-02-16 23:58:07 -07:00
return function (result) {
switch (result.item.deviceid) {
default:
return;
}
}
});