From f126f927b4676459d9b05f336e05065efd941a43 Mon Sep 17 00:00:00 2001 From: thsrite Date: Sat, 14 Oct 2023 12:35:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=BC=BA=E5=A4=B1=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=8F=91=E7=BB=99=E4=BA=A4=E4=BA=92=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/message.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/chain/message.py b/app/chain/message.py index 411f875c..32a5fbc8 100644 --- a/app/chain/message.py +++ b/app/chain/message.py @@ -111,7 +111,8 @@ class MessageChain(ChainBase): f"第 {sea} 季缺失 {StringUtils.str_series(no_exist.episodes) if no_exist.episodes else no_exist.total_episode} 集" for sea, no_exist in no_exists.get(mediainfo.tmdb_id).items()] self.post_message(Notification(channel=channel, - title=f"{mediainfo.title_year}:\n" + "\n".join(messages))) + title=f"{mediainfo.title_year}:\n" + "\n".join(messages), + userid=userid)) # 搜索种子,过滤掉不需要的剧集,以便选择 logger.info(f"{mediainfo.title_year} 媒体库中不存在,开始搜索 ...") self.post_message(