mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
fb21405bf9
commit
1b05297885
46 changed files with 234 additions and 114 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue