mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix 调整通知类型
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -209,7 +209,7 @@ class CloudSyncDel(_PluginBase):
|
||||
|
||||
# 发送通知
|
||||
self.post_message(
|
||||
mtype=NotificationType.MediaServer,
|
||||
mtype=NotificationType.Plugin,
|
||||
title="云盘同步删除任务完成",
|
||||
image=backrop_image,
|
||||
text=f"{msg}\n"
|
||||
|
||||
Reference in New Issue
Block a user