mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-21 04:20:41 +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…
x
Reference in New Issue
Block a user