feat(event): add mediainfo field for TransferInterceptEventData

This commit is contained in:
InfinityPacer
2025-02-03 00:39:01 +08:00
parent 6f24c6ba49
commit f2d3b1c13f
2 changed files with 9 additions and 2 deletions

View File

@@ -223,6 +223,7 @@ class TransferInterceptEventData(ChainEventData):
"""
# 输入参数
fileitem: FileItem = Field(..., description="源文件")
mediainfo: Any = Field(..., description="媒体信息")
target_storage: str = Field(..., description="目标存储")
target_path: Path = Field(..., description="目标路径")
transfer_type: str = Field(..., description="整理方式")