diff --git a/src/utils/Player.js b/src/utils/Player.js index 98e6dc1..49cb7df 100644 --- a/src/utils/Player.js +++ b/src/utils/Player.js @@ -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();