fix 入库失败输入手动处理通知
This commit is contained in:
parent
4099c5e1b5
commit
6868712b4e
@ -404,6 +404,7 @@ class DirMonitor(_PluginBase):
|
|||||||
)
|
)
|
||||||
if self._notify:
|
if self._notify:
|
||||||
self.chain.post_message(Notification(
|
self.chain.post_message(Notification(
|
||||||
|
mtype=NotificationType.Manual,
|
||||||
title=f"{mediainfo.title_year}{file_meta.season_episode} 入库失败!",
|
title=f"{mediainfo.title_year}{file_meta.season_episode} 入库失败!",
|
||||||
text=f"原因:{transferinfo.message or '未知'}",
|
text=f"原因:{transferinfo.message or '未知'}",
|
||||||
image=mediainfo.get_message_image()
|
image=mediainfo.get_message_image()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user