mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-25 00:47:19 +08:00
fix(electron): unable to add a song to library
This commit is contained in:
parent
4b2d5a2b3c
commit
82c179c9ae
|
@ -5165,7 +5165,7 @@ module.exports = {
|
|||
req.body,
|
||||
req.files,
|
||||
);
|
||||
const like = (query, request) => (query, request) => {
|
||||
const like = (query, request) => {
|
||||
query.cookie.os = 'pc'
|
||||
query.cookie.appver = '2.7.1.198277'
|
||||
query.like = query.like == 'false' ? false : true
|
||||
|
|
Loading…
Reference in New Issue
Block a user