mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-13 23:16:47 +00:00
修正should_delete未被命名错误
This commit is contained in:
@@ -2582,6 +2582,7 @@ class BrushFlow(_PluginBase):
|
||||
"""
|
||||
brush_config = self.__get_brush_config(sitename=site_name)
|
||||
|
||||
should_delete = False
|
||||
reason = "未能满足动态删除设置的前置删除条件"
|
||||
|
||||
while brush_config.del_no_free and torrent_info.get("downloaded") < torrent_info.get("total_size"):
|
||||
|
||||
Reference in New Issue
Block a user