mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: lyrics won't scroll to top after switch track
This commit is contained in:
parent
f3c8576bd4
commit
cfc42be2db
3 changed files with 14 additions and 16 deletions
|
|
@ -156,7 +156,7 @@ export default {
|
|||
mounted() {
|
||||
setInterval(() => {
|
||||
this.progress = ~~this.player.seek();
|
||||
}, 1000);
|
||||
}, 500);
|
||||
if (isAccountLoggedIn()) {
|
||||
userLikedSongsIDs(this.data.user.userId).then((data) => {
|
||||
this.updateLikedSongs(data.ids);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue