fix 调整通知类型

This commit is contained in:
thsrite
2024-10-23 09:06:23 +08:00
parent 6a0c555146
commit 412dc7a862
2 changed files with 2 additions and 2 deletions

View File

@@ -815,7 +815,7 @@ class MediaSyncDel(_PluginBase):
torrent_cnt_msg += f"删种失败{error_cnt}\n"
# 发送通知
self.post_message(
mtype=NotificationType.MediaServer,
mtype=NotificationType.Plugin,
title="媒体库同步删除任务完成",
image=backrop_image,
text=f"{msg}\n"

View File

@@ -209,7 +209,7 @@ class CloudSyncDel(_PluginBase):
# 发送通知
self.post_message(
mtype=NotificationType.MediaServer,
mtype=NotificationType.Plugin,
title="云盘同步删除任务完成",
image=backrop_image,
text=f"{msg}\n"