diff --git a/list.json b/list.json index 7343378..2e123c1 100644 --- a/list.json +++ b/list.json @@ -282,7 +282,7 @@ }, { "name": "neteasemusic", - "version": "1.9", + "version": "2.0", "section": "daily", "maintainer": "TNTcraftHIM", "size": "22.6 kb", diff --git a/neteasemusic.py b/neteasemusic.py index ab91364..58bb21a 100644 --- a/neteasemusic.py +++ b/neteasemusic.py @@ -389,7 +389,7 @@ async def nem(context): caption=cap, link_preview=False, force_document=False, - attributes=(DocumentAttributeAudio(0),) + attributes=(DocumentAttributeAudio(0, False, info['title'], info['artist']),) ) try: if reply.sender.is_self: