fix(transfer): add library type and category folder support

- Add library_type_folder and library_category_folder parameters to the transfer function
- This enhances the transfer functionality by allowing sorting files into folders based on library type and category
This commit is contained in:
Attente
2024-11-25 23:02:17 +08:00
parent 680ad164dc
commit b7cb917347

View File

@@ -759,6 +759,8 @@ class TransferChain(ChainBase):
epformat=epformat,
min_filesize=min_filesize,
scrape=scrape,
library_type_folder=library_type_folder,
library_category_folder=library_category_folder,
force=force)
return state, errmsg