Skip to content

Commit

Permalink
fix(Player.js): 右键播放不显示播放器(qier222#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
runnableAir committed Aug 30, 2023
1 parent fd40a29 commit a5bf5c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit a5bf5c7

Please sign in to comment.