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) {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<script src="./lib/smoothscroll.js"></script>
|
||||
<link rel="manifest" href="./manifest.json?v=2">
|
||||
<script src="https://js-cdn.music.apple.com/hls.js/2.141.0/hls.js/hls.js"></script>
|
||||
<!-- <script src="hlscider.js"></script> -->
|
||||
<script src="hlscider.js"></script>
|
||||
<script src="./lib/jquery-3.2.1.slim.min.js"></script>
|
||||
<script src="./lib/popper.min.js"></script>
|
||||
<script src="./lib/bootstrap.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue