소스 검색

Merge pull request #320 from lino-network/yumin/fix-switch-quality-loop-bug

Fix switch quality video loop bug.
DIYgod 7 년 전
부모
커밋
3778020678
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;