feat(transfer): match source dir in subdirs or prioritize same drive

This commit is contained in:
InfinityPacer
2024-12-30 02:11:48 +08:00
parent c49e79dda3
commit 166674bfe7
4 changed files with 13 additions and 21 deletions
-1
View File
@@ -54,7 +54,6 @@ class TransferTask(BaseModel):
target_storage: Optional[str] = None
target_path: Optional[Path] = None
transfer_type: Optional[str] = None
src_match: Optional[bool] = False
scrape: Optional[bool] = False
library_type_folder: Optional[bool] = False
library_category_folder: Optional[bool] = False