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
3b9d728410
commit
46349e8314
10 changed files with 117 additions and 39 deletions
|
|
@ -178,7 +178,9 @@ export class Player {
|
|||
_howler = howler
|
||||
this.play()
|
||||
this.state = State.PLAYING
|
||||
_howler.once('load', () => this._cacheAudio(this.trackID, audio))
|
||||
|
||||
const id = this.trackID
|
||||
_howler.once('load', () => this._cacheAudio(id, audio))
|
||||
|
||||
if (!this._progressInterval) {
|
||||
this._setupProgressInterval()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue