Explorar el Código

Update player.js

A-Circle Zhang hace 7 años
padre
commit
520e92b1f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/player.js

+ 1 - 1
src/js/player.js

@@ -447,7 +447,7 @@ class DPlayer {
             }
             else {
                 this.seek(0);
-                video.play();
+                this.play();
             }
             if (this.danmaku) {
                 this.danmaku.danIndex = 0;