Merge pull request #764 from thsrite/main

fix 下载消息发送所有
This commit is contained in:
jxxghp 2023-10-09 09:27:40 +08:00 committed by GitHub
commit 9e3ded6ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,8 +74,7 @@ class DownloadChain(ChainBase):
title=f"{mediainfo.title_year} "
f"{meta.season_episode} 开始下载",
text=msg_text,
image=mediainfo.get_message_image(),
userid=userid))
image=mediainfo.get_message_image()))
def download_torrent(self, torrent: TorrentInfo,
channel: MessageChannel = None,