1
0
Fork 0
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:
vitorsemeano 2019-03-16 18:21:07 +00:00
parent c22ad0f204
commit d8d3b0b4c7

View file

@ -1,15 +0,0 @@
define([], function() {
"use strict";
function send(info) {
return Promise.reject()
}
function isSupported() {
return !1
}
return {
send: send,
isSupported: isSupported
}
});