mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
feat: 支持收藏歌单和专辑
This commit is contained in:
parent
db5730dfdd
commit
49bb849982
12 changed files with 242 additions and 46 deletions
|
|
@ -39,7 +39,7 @@ Object.entries(neteaseApi).forEach(([name, handler]) => {
|
|||
try {
|
||||
const result = await handler({
|
||||
...req.query,
|
||||
cookie: `MUSIC_U=${req.cookies['MUSIC_U']}`,
|
||||
cookie: req.cookies,
|
||||
})
|
||||
|
||||
setCache(name, result.body, req.query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue