Kaynağa Gözat

fix switch quality loop bug

Yumin Xia 7 yıl önce
ebeveyn
işleme
d7444192c9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;