fix: artist links
This commit is contained in:
parent
b1e97ecda2
commit
1a51be3702
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ const deriveCharts = (tracks) => {
|
||||||
if (!charts.artists[track.artist]) {
|
if (!charts.artists[track.artist]) {
|
||||||
charts.artists[track.artist] = {
|
charts.artists[track.artist] = {
|
||||||
artist: track.artist,
|
artist: track.artist,
|
||||||
|
url: `https://rateyourmusic.com/search?searchterm=${encodeURI(track.artist)}`,
|
||||||
plays: 1,
|
plays: 1,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Reference in a new issue