fix danmaku.show

This commit is contained in:
DIYgod 2017-08-17 00:05:35 +08:00
parent b8fde8da54
commit 5f1ff79ab1
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
3 changed files with 3 additions and 2 deletions

2
dist/DPlayer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -300,6 +300,7 @@ class Danmaku {
show () {
this.showing = true;
this.seek();
this.play();
}
}