This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
jellyfin-web
Watch
1
Star
0
Fork
You've already forked jellyfin-web
0
mirror of
https://github.com/jellyfin/jellyfin-web
synced
2025-03-30 19:56:21 +00:00
Code
Activity
15f48949eb
jellyfin-web
/
dashboard-ui
/
bower_components
/
emby-apiclient
/
wakeonlan.js
1 line
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
minify
2017-01-27 18:07:14 -05:00
define
(
[
]
,
function
(
)
{
"use strict"
;
function
send
(
info
)
{
return
Promise
.
resolve
(
)
}
return
{
send
:
send
}
}
)
;
Copy permalink