mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove unused module wakeonlan
This commit is contained in:
parent
c22ad0f204
commit
d8d3b0b4c7
1 changed files with 0 additions and 15 deletions
15
src/bower_components/emby-apiclient/wakeonlan.js
vendored
15
src/bower_components/emby-apiclient/wakeonlan.js
vendored
|
@ -1,15 +0,0 @@
|
||||||
define([], function() {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
function send(info) {
|
|
||||||
return Promise.reject()
|
|
||||||
}
|
|
||||||
|
|
||||||
function isSupported() {
|
|
||||||
return !1
|
|
||||||
}
|
|
||||||
return {
|
|
||||||
send: send,
|
|
||||||
isSupported: isSupported
|
|
||||||
}
|
|
||||||
});
|
|
Loading…
Add table
Add a link
Reference in a new issue