feat 目录自定义是否通知

This commit is contained in:
thsrite
2024-10-23 12:57:51 +08:00
parent 5871c60a9d
commit f7357b8a71
3 changed files with 34 additions and 21 deletions

View File

@@ -131,3 +131,5 @@ class TransferDirectoryConf(BaseModel):
library_type_folder: Optional[bool] = False
# 媒体库类别子目录
library_category_folder: Optional[bool] = False
# 是否发送通知
notify: Optional[bool] = True