fix 插件的开关命名问题

This commit is contained in:
jxxghp
2023-08-15 17:49:03 +08:00
parent ce62355197
commit e4da7989a4
4 changed files with 6 additions and 6 deletions

View File

@ -402,7 +402,7 @@ class MediaSyncDel(_PluginBase):
if not item_isvirtual:
logger.error("item_isvirtual参数未配置为防止误删除暂停插件运行")
self.update_config({
"enable": False,
"enabled": False,
"del_source": self._del_source,
"exclude_path": self._exclude_path,
"notify": self._notify,