mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
2cf99fc1e6
commit
0adae696cf
3 changed files with 37 additions and 9 deletions
|
|
@ -440,9 +440,12 @@ export default class {
|
|||
this._isPersonalFM = true;
|
||||
if (!this._enabled) this._enabled = true;
|
||||
if (this._currentTrack.id !== this._personalFMTrack.id) {
|
||||
this._replaceCurrentTrack(this._personalFMTrack.id);
|
||||
this._replaceCurrentTrack(this._personalFMTrack.id).then(() =>
|
||||
this.playOrPause()
|
||||
);
|
||||
} else {
|
||||
this.playOrPause();
|
||||
}
|
||||
this.playOrPause();
|
||||
}
|
||||
moveToFMTrash() {
|
||||
this._isPersonalFM = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue