diff --git a/src/APlayer.js b/src/APlayer.js index 68050d2..c39d103 100644 --- a/src/APlayer.js +++ b/src/APlayer.js @@ -435,7 +435,7 @@ class APlayer { } // autoplay - if (this.option.autoplay && !this.isMobile) { + if (this.option.autoplay) { this.play(); }