1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js
2015-12-16 00:30:14 -05:00

15 lines
No EOL
198 B
JavaScript

define([], function () {
function send(info) {
return new Promise(function (resolve, reject) {
resolve();
});
}
return {
send: send
};
});