mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
f3d7a58b2c
commit
84b99f25ce
84 changed files with 684 additions and 2864 deletions
BIN
dashboard-ui/thirdparty/viblast/viblast-video-js.swf
vendored
BIN
dashboard-ui/thirdparty/viblast/viblast-video-js.swf
vendored
Binary file not shown.
354
dashboard-ui/thirdparty/viblast/viblast.crypto.js
vendored
354
dashboard-ui/thirdparty/viblast/viblast.crypto.js
vendored
File diff suppressed because one or more lines are too long
1537
dashboard-ui/thirdparty/viblast/viblast.js
vendored
1537
dashboard-ui/thirdparty/viblast/viblast.js
vendored
File diff suppressed because one or more lines are too long
260
dashboard-ui/thirdparty/viblast/viblast.remuxer.js
vendored
260
dashboard-ui/thirdparty/viblast/viblast.remuxer.js
vendored
File diff suppressed because one or more lines are too long
16
dashboard-ui/thirdparty/viblast/worker.html
vendored
16
dashboard-ui/thirdparty/viblast/worker.html
vendored
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
var worker = new Worker(decodeURIComponent(window.location.search.substring(1)));
|
||||
|
||||
window.onmessage = function(evt) {
|
||||
worker.postMessage(evt.data);
|
||||
}
|
||||
|
||||
worker.onmessage = function(evt) {
|
||||
window.parent.postMessage(evt.data, "*");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue