This commit is contained in:
jxxghp
2023-08-18 09:54:52 +08:00
parent 192217c832
commit e44409a7db
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ class DownloadChain(ChainBase):
self.post_message(Notification(
channel=channel,
mtype=NotificationType.Download,
title=f"{mediainfo.title_year}"
title=f"{mediainfo.title_year} "
f"{meta.season_episode} 开始下载",
text=msg_text,
image=mediainfo.get_message_image(),