mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +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() {
|
_nextTrackCallback() {
|
||||||
this._scrobble(this._currentTrack, 0, true);
|
this._scrobble(this._currentTrack, 0, true);
|
||||||
if (this.repeatMode === "one") {
|
if (!this.isPersonalFM && this.repeatMode === "one") {
|
||||||
this._replaceCurrentTrack(this._currentTrack.id);
|
this._replaceCurrentTrack(this._currentTrack.id);
|
||||||
} else {
|
} else {
|
||||||
this.playNextTrack();
|
this.playNextTrack();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue