This commit is contained in:
jxxghp
2023-06-21 08:03:54 +08:00
parent d9c75ce446
commit daed0c98fb

View File

@ -94,8 +94,8 @@ class MessageChain(ChainBase):
if no_exists:
# 发送消息
messages = [
f"{no_exist.get('season')} 季缺失 {len(no_exist.get('episodes')) or no_exist.get('total_episodes')}"
for no_exist in no_exists.get(mediainfo.tmdb_id)]
f"{sea} 季缺失 {len(no_exist.episodes) or no_exist.total_episodes}"
for sea, no_exist in no_exists.get(mediainfo.tmdb_id).items()]
self.post_message(title=f"{mediainfo.title_year}\n" + "\n".join(messages))
# 搜索种子,过滤掉不需要的剧集,以便选择
logger.info(f"{mediainfo.title_year} 媒体库中不存在,开始搜索 ...")