fix 入库失败输入手动处理通知

This commit is contained in:
thsrite 2023-10-17 16:50:46 +08:00
parent 4099c5e1b5
commit 6868712b4e

View File

@ -404,6 +404,7 @@ class DirMonitor(_PluginBase):
)
if self._notify:
self.chain.post_message(Notification(
mtype=NotificationType.Manual,
title=f"{mediainfo.title_year}{file_meta.season_episode} 入库失败!",
text=f"原因:{transferinfo.message or '未知'}",
image=mediainfo.get_message_image()