feat 媒体文件同步删除插件:支持手动删除源文件同步处理下载任务

This commit is contained in:
jxxghp
2023-09-28 12:35:41 +08:00
parent 84d4c9cf73
commit 78b3135276
5 changed files with 52 additions and 26 deletions

View File

@ -589,6 +589,7 @@ class TransferChain(ChainBase):
def delete_files(path: Path):
"""
删除转移后的文件以及空目录
:param path: 文件路径
"""
logger.info(f"开始删除文件以及空目录:{path} ...")
if not path.exists():