mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 12:08:09 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user