mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
12 lines
140 B
JavaScript
12 lines
140 B
JavaScript
define([], function () {
|
|
|
|
function send(info) {
|
|
|
|
return Promise.resolve();
|
|
}
|
|
|
|
return {
|
|
send: send
|
|
};
|
|
|
|
}); |