Merge pull request #894 from thsrite/main

This commit is contained in:
jxxghp
2023-10-17 17:04:04 +08:00
committed by GitHub
8 changed files with 403 additions and 4 deletions

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()