Update player.js

This commit is contained in:
A-Circle Zhang 2018-08-19 18:33:05 +08:00 committed by GitHub
parent 1df45adcad
commit 520e92b1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;