This commit is contained in:
Gabriel Davila 2022-07-26 23:16:41 -03:00 committed by GitHub
parent 05c79cb991
commit 0b3491cb3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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) {