fix: update queue UI automatically when queue changes
This commit is contained in:
parent
6764eea3e1
commit
72be86b5a6
1 changed files with 4 additions and 0 deletions
|
|
@ -167,6 +167,10 @@ export class Player {
|
|||
shuffleActive: this.shuffleActive,
|
||||
repeatMode: this.repeatMode,
|
||||
});
|
||||
|
||||
if (window.renderQueueFunction) {
|
||||
window.renderQueueFunction();
|
||||
}
|
||||
}
|
||||
|
||||
setupMediaSession() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue