fix: like songs number changed in library page

This commit is contained in:
kunkka 2020-10-20 22:05:19 +08:00
parent 4b9b93d60e
commit be04bd994f

View file

@ -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) {