mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
revert: fix: 修复引入账号池后导致的bug
This commit is contained in:
@ -47,7 +47,7 @@ async def url(songId, quality):
|
||||
'behavior': 'play',
|
||||
'clienttime': int(time.time()),
|
||||
'pid': 2,
|
||||
'key': getKey(thash),
|
||||
'key': getKey(thash, user_info),
|
||||
'dfid': '-',
|
||||
'pidversion': 3001
|
||||
}
|
||||
|
Reference in New Issue
Block a user