fix switch quality loop bug
This commit is contained in:
parent
4ee071a231
commit
d7444192c9
|
|
@ -447,7 +447,7 @@ class DPlayer {
|
|||
}
|
||||
else {
|
||||
this.seek(0);
|
||||
video.play();
|
||||
this.play();
|
||||
}
|
||||
if (this.danmaku) {
|
||||
this.danmaku.danIndex = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue