mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 04:36:50 +00:00
Neteasemusic 奇怪的bug修复
Co-authored-by: TNTcraftHIM <TNTcraftHIM@users.noreply.github.com>
This commit is contained in:
parent
00a0672742
commit
b496963ec7
@ -282,7 +282,7 @@
|
||||
},
|
||||
{
|
||||
"name": "neteasemusic",
|
||||
"version": "4.1",
|
||||
"version": "4.2",
|
||||
"section": "daily",
|
||||
"maintainer": "TNTcraftHIM",
|
||||
"size": "29.1 kb",
|
||||
|
@ -203,6 +203,7 @@ async def nem(context):
|
||||
if idplay:
|
||||
req['result'] = req
|
||||
result = req['result']
|
||||
if not idplay:
|
||||
if req['result']['songCount'] == 0:
|
||||
result = False
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user