@@ -195,7 +195,8 @@ class AudioPlayer {
this._src = url;
this.audio = null;
this.createAudio();
- this.play();
+ // this.play();
+ this.audio.play();
this.emit("change", this.audio);
}
init() {