mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 14:20:50 +08:00
parent
5cf0092b4f
commit
872fd73b05
|
@ -247,7 +247,7 @@ export default class {
|
|||
autoplay = true,
|
||||
ifUnplayableThen = "playNextTrack"
|
||||
) {
|
||||
if (autoplay) this._scrobble(this.currentTrack, this._howler.seek(), true);
|
||||
if (autoplay) this._scrobble(this.currentTrack, this._howler?.seek(), true);
|
||||
return getTrackDetail(id).then((data) => {
|
||||
let track = data.songs[0];
|
||||
this._currentTrack = track;
|
||||
|
|
Loading…
Reference in New Issue
Block a user