1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update viblast

This commit is contained in:
Luke Pulverenti 2015-08-25 22:31:33 -04:00
parent d94811ed33
commit 690acfbe05
5 changed files with 1669 additions and 1071 deletions

View file

@ -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
});