fix switch quality loop bug

This commit is contained in:
Yumin Xia 2018-08-18 01:13:26 -07:00
parent 4ee071a231
commit d7444192c9
1 changed files with 1 additions and 1 deletions

View File

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