fix 交互命令消息原路返回

This commit is contained in:
thsrite
2023-09-05 13:19:25 +08:00
parent ed5dec1b0f
commit 351513bcbc
2 changed files with 6 additions and 4 deletions

View File

@ -643,7 +643,8 @@ class DownloadChain(ChainBase):
self.post_message(Notification(
channel=channel,
mtype=NotificationType.Download,
title="没有正在下载的任务!"))
title="没有正在下载的任务!",
userid=userid))
return
# 发送消息
title = f"{len(torrents)} 个任务正在下载:"