Merge pull request #773 from behinder85/main

This commit is contained in:
jxxghp
2025-05-23 15:39:16 +08:00
committed by GitHub

View File

@@ -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"):