Skip to content

Commit 8296b88

Browse files
committed
fix demo bug
1 parent d565c40 commit 8296b88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h3>Narrow style</h3>
398398
var ap4 = new APlayer({
399399
element: document.getElementById('player4'),
400400
narrow: false,
401-
autoplay: true,
401+
autoplay: false,
402402
showlrc: false,
403403
theme: '#ad7a86',
404404
music: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aplayer",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Wow, such a beautiful html5 music player",
55
"main": "APlayer.js",
66
"scripts": {

0 commit comments

Comments
 (0)