@ -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();