mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2026-04-05 10:42:50 +08:00
fix(Player.js): 右键播放不显示播放器(#1965)
This commit is contained in:
@@ -936,6 +936,7 @@ export default class {
|
||||
addTrackToPlayNext(trackID, playNow = false) {
|
||||
this._playNextList.push(trackID);
|
||||
if (playNow) {
|
||||
if (!this._enabled) this._enabled = true;
|
||||
this.playNextTrack();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user