mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 06:27:42 +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",
|
"name": "neteasemusic",
|
||||||
"version": "4.1",
|
"version": "4.2",
|
||||||
"section": "daily",
|
"section": "daily",
|
||||||
"maintainer": "TNTcraftHIM",
|
"maintainer": "TNTcraftHIM",
|
||||||
"size": "29.1 kb",
|
"size": "29.1 kb",
|
||||||
|
@ -203,6 +203,7 @@ async def nem(context):
|
|||||||
if idplay:
|
if idplay:
|
||||||
req['result'] = req
|
req['result'] = req
|
||||||
result = req['result']
|
result = req['result']
|
||||||
|
if not idplay:
|
||||||
if req['result']['songCount'] == 0:
|
if req['result']['songCount'] == 0:
|
||||||
result = False
|
result = False
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user