mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update viblast
This commit is contained in:
parent
d94811ed33
commit
690acfbe05
5 changed files with 1669 additions and 1071 deletions
|
@ -281,7 +281,7 @@
|
|||
if (isViblastStarted) {
|
||||
_currentTime = mediaElement.currentTime;
|
||||
|
||||
viblast(mediaElement).stop();
|
||||
viblast('#' + mediaElement.id).stop();
|
||||
isViblastStarted = false;
|
||||
}
|
||||
}
|
||||
|
@ -347,7 +347,7 @@
|
|||
else {
|
||||
|
||||
if (isViblastStarted) {
|
||||
viblast(elem).stop();
|
||||
viblast('#' + elem.id).stop();
|
||||
isViblastStarted = false;
|
||||
}
|
||||
|
||||
|
@ -367,7 +367,7 @@
|
|||
|
||||
setTracks(elem, tracks);
|
||||
|
||||
viblast(elem).setup({
|
||||
viblast('#' + elem.id).setup({
|
||||
key: getViblastKey(),
|
||||
stream: val
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
2246
dashboard-ui/thirdparty/viblast/viblast.js
vendored
2246
dashboard-ui/thirdparty/viblast/viblast.js
vendored
File diff suppressed because one or more lines are too long
220
dashboard-ui/thirdparty/viblast/viblast.msp.js
vendored
220
dashboard-ui/thirdparty/viblast/viblast.msp.js
vendored
File diff suppressed because one or more lines are too long
260
dashboard-ui/thirdparty/viblast/viblast.remuxer.js
vendored
Normal file
260
dashboard-ui/thirdparty/viblast/viblast.remuxer.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue