1
0
DIYgod 7 жил өмнө
parent
commit
d9c76363e2
1 өөрчлөгдсөн 0 нэмэгдсэн , 3 устгасан
  1. 0 3
      src/js/player.js

+ 0 - 3
src/js/player.js

@@ -88,9 +88,6 @@ class DPlayer {
                         if (this.options.autoplay) {
                             this.play();
                         }
-                        else if (utils.isMobile) {
-                            this.pause();
-                        }
                     }, 0);
                 },
                 error: (msg) => {