mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-17 07:02:47 +08:00
fix(player): fix cannot switch next track in personalFM (#536)
fix #501
This commit is contained in:
parent
f50c210725
commit
5cf0092b4f
|
@ -342,7 +342,7 @@ export default class {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_nextTrackCallback() {
|
_nextTrackCallback() {
|
||||||
if (this.repeatMode === "one") {
|
if (!this.isPersonalFM && this.repeatMode === "one") {
|
||||||
this._replaceCurrentTrack(this._currentTrack.id);
|
this._replaceCurrentTrack(this._currentTrack.id);
|
||||||
} else {
|
} else {
|
||||||
this.playNextTrack();
|
this.playNextTrack();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user