refactor: change library type and category folder parameters to optional

This commit is contained in:
Attente
2024-11-24 00:04:08 +08:00
parent 79473ca229
commit c0d3637d12
3 changed files with 3 additions and 3 deletions

View File

@@ -322,7 +322,7 @@ class FileManagerModule(_ModuleBase):
target_directory: TransferDirectoryConf = None,
target_storage: str = None, target_path: Path = None,
transfer_type: str = None, scrape: bool = None,
library_type_folder: bool = False, library_category_folder: bool = False,
library_type_folder: bool = None, library_category_folder: bool = None,
episodes_info: List[TmdbEpisode] = None) -> TransferInfo:
"""
文件整理