Skip to content

Commit

Permalink
Fix update lyric on remote mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHang0 committed Apr 2, 2024
1 parent 3b814ff commit 7561468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/stores/play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ export const usePlayStore = defineStore('play', {
}
if (music) {
this.setCurrentMusic(music, noSave);
lyricManager.updateLyric(this.music);
this.setTitle();
return;
}
Expand Down

0 comments on commit 7561468

Please sign in to comment.