From 3c0020be79f3d4f1287d6c20f370ba1b55aa0cfe Mon Sep 17 00:00:00 2001 From: metowolf Date: Fri, 13 Apr 2018 20:19:02 +0800 Subject: [PATCH] fix ncm artist --- routes/ncm/artist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/ncm/artist.js b/routes/ncm/artist.js index dbb16eb7e1..352e6d00df 100644 --- a/routes/ncm/artist.js +++ b/routes/ncm/artist.js @@ -29,7 +29,7 @@ module.exports = (req, res) => { const html = art(path.resolve(__dirname, '../../views/rss.art'), { title: result.artist.name, - link: `https://music.163.com/#/album?id=${id}`, + link: `https://music.163.com/#/artist/album?id=${id}`, description: `网易云音乐歌手专辑 - ${result.artist.name}`, lastBuildDate: new Date().toUTCString(), item: result.hotAlbums && result.hotAlbums.map((item) => {