mirror of
https://gitlab.com/RemixDev/deezer-js.git
synced 2025-01-29 17:48:29 +00:00
added missing link in artist map_albums
This commit is contained in:
parent
d74e102d3e
commit
2c51884dc8
|
@ -173,6 +173,7 @@ function map_album(album){
|
|||
artist: {
|
||||
id: album.ART_ID,
|
||||
name: album.ART_NAME,
|
||||
link: `https://www.deezer.com/artist/${album.ART_ID}`,
|
||||
type: "artist",
|
||||
// Extras
|
||||
rank: album.RANK_ART
|
||||
|
|
Loading…
Reference in a new issue