mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 14:20:50 +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() {
|
||||
if (this.repeatMode === "one") {
|
||||
if (!this.isPersonalFM && this.repeatMode === "one") {
|
||||
this._replaceCurrentTrack(this._currentTrack.id);
|
||||
} else {
|
||||
this.playNextTrack();
|
||||
|
|
Loading…
Reference in New Issue
Block a user