mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
individual patch
This commit is contained in:
parent
4c8e2260bd
commit
87ed3314bb
@ -1,6 +1,7 @@
|
||||
// 私信歌单
|
||||
|
||||
module.exports = (query, request) => {
|
||||
query.cookie.os = 'pc'
|
||||
const data = {
|
||||
id: query.playlist,
|
||||
type: 'playlist',
|
||||
|
@ -1,6 +1,7 @@
|
||||
// 私信
|
||||
|
||||
module.exports = (query, request) => {
|
||||
query.cookie.os = 'pc'
|
||||
const data = {
|
||||
id: query.playlist,
|
||||
type: 'text',
|
||||
|
Loading…
x
Reference in New Issue
Block a user