Skip to content

Commit

Permalink
fix(route): 163 (#17206)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Oct 20, 2024
1 parent f20428c commit f7347d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/routes/163/music/playlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ async function handler(ctx) {
date: new Date(thisSong.album.publishTime).toLocaleDateString(),
picUrl: thisSong.album.picUrl,
}),
link: `https://music.163.com/#/song?id=${item.id}`,
link: `https://music.163.com/song?id=${item.id}`,
guid: `https://music.163.com/#/song?id=${item.id}`,
pubDate: new Date(item.at),
author: singer,
};
Expand Down

0 comments on commit f7347d9

Please sign in to comment.