mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
11 lines
210 B
JavaScript
11 lines
210 B
JavaScript
define(['inputManager'], function (inputManager) {
|
|
'use strict';
|
|
|
|
return function (result) {
|
|
switch (result.item.deviceid) {
|
|
default:
|
|
return;
|
|
}
|
|
};
|
|
|
|
}); |