From 15397a522ef91e4dac119f1bb9e112daca4b4fbf Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:12:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D`=E6=95=B4=E7=90=86?= =?UTF-8?q?=E6=95=B4=E4=B8=AA=E7=9B=AE=E5=BD=95`=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=8F=91=E9=80=81=E9=80=9A=E7=9F=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filemanager/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/modules/filemanager/__init__.py b/app/modules/filemanager/__init__.py index dd515775..bca2d514 100644 --- a/app/modules/filemanager/__init__.py +++ b/app/modules/filemanager/__init__.py @@ -349,6 +349,7 @@ class FileManagerModule(_ModuleBase): need_rename = True need_notify = False overwrite_mode = "never" + logger.warn(f"{target_path} 为自定义路径, 通知将不会发送") else: # 未找到有效的媒体库目录 logger.error( @@ -893,6 +894,7 @@ class FileManagerModule(_ModuleBase): target_diritem=new_diritem, total_size=total_size, need_scrape=need_scrape, + need_notify=need_notify, transfer_type=transfer_type) else: # 整理单个文件