fix: like songs number changed in library page

master
kunkka 4 years ago
parent 4b9b93d60e
commit be04bd994f

@ -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…
Cancel
Save