feat: updates

This commit is contained in:
qier222 2022-03-21 02:03:25 +08:00
parent fb21405bf9
commit 1b05297885
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
46 changed files with 234 additions and 114 deletions

View file

@ -191,6 +191,7 @@ export class Player {
* @param {boolean} fade fade in
*/
play() {
if (_howler.playing()) return
_howler.play()
this.state = State.PLAYING
this._progress = _howler.seek()