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

11 lines
210 B
JavaScript
Raw Normal View History

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