From c012a414359c37a94103d9590f720df4da527407 Mon Sep 17 00:00:00 2001 From: TNTcraftHIM Date: Fri, 28 Aug 2020 03:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=A7=E6=96=87=E4=BB=B6mp?= =?UTF-8?q?3=E5=A4=B1=E5=8E=BB=E6=AD=8C=E6=9B=B2=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list.json | 2 +- neteasemusic.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/list.json b/list.json index c9ef937..9696530 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: