mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: like songs number changed in library page
This commit is contained in:
parent
4b9b93d60e
commit
be04bd994f
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ export default {
|
||||||
this.playlists.push(...data.playlist);
|
this.playlists.push(...data.playlist);
|
||||||
}
|
}
|
||||||
this.hasMorePlaylists = data.more;
|
this.hasMorePlaylists = data.more;
|
||||||
this.likedSongsPlaylist = data.playlist[0];
|
this.likedSongsPlaylist = this.playlists[0];
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
getLikedSongs(getLyric = true) {
|
getLikedSongs(getLyric = true) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue