diff --git a/src/utils/Player.js b/src/utils/Player.js index f696e29..be1cc7f 100644 --- a/src/utils/Player.js +++ b/src/utils/Player.js @@ -351,7 +351,7 @@ export default class { } _nextTrackCallback() { this._scrobble(this._currentTrack, 0, true); - if (this.repeatMode === "one") { + if (!this.isPersonalFM && this.repeatMode === "one") { this._replaceCurrentTrack(this._currentTrack.id); } else { this.playNextTrack();