Fix Anim (#1316)
This commit is contained in:
parent
05c79cb991
commit
0b3491cb3c
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
this.hls.detachMedia();
|
||||
} else {
|
||||
|
||||
this.hls = new Hls(config);
|
||||
this.hls = new CiderHls(config);
|
||||
}
|
||||
// bind them together
|
||||
if (this.$refs.video) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue