jellyfin-web/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js

12 lines
140 B
JavaScript
Raw Normal View History

2015-12-14 08:43:03 -07:00
define([], function () {
2015-06-08 14:32:20 -07:00
function send(info) {
2016-07-26 22:19:56 -07:00
return Promise.resolve();
2015-06-08 14:32:20 -07:00
}
2015-12-14 08:43:03 -07:00
return {
2015-06-08 14:32:20 -07:00
send: send
};
2015-12-14 08:43:03 -07:00
});