mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 05:08:04 +00:00
fix: bug #501
This commit is contained in:
parent
cf7dd55bf4
commit
b47ea5aa1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue