A-Circle Zhang пре 7 година
родитељ
комит
520e92b1f7
1 измењених фајлова са 1 додато и 1 уклоњено
  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;