Skip to content

Commit

Permalink
docs: fix hls demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 13, 2018
1 parent 4600381 commit 6c343db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function aplayer6 () {

function aplayer7 () {
window.ap7 = new APlayer({
container: document.getElementById('player7'),
container: document.getElementById('aplayer7'),
audio: [{
name: '光るなら(HLS)',
artist: 'Goose house',
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
gtag('config', 'UA-48084758-8');
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.css">
<script src="https://cdn.jsdelivr.net/npm/hls.js/dist/hls.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/src/color-thief.js"></script>
<style>
Expand Down

0 comments on commit 6c343db

Please sign in to comment.