Add "only_files=1,2,3" option to API
This commit is contained in:
parent
6d97d69592
commit
0574888ef2
3 changed files with 74 additions and 17 deletions
|
|
@ -84,6 +84,7 @@ impl HttpApiClient {
|
|||
let params = TorrentAddQueryParams {
|
||||
overwrite: Some(opts.overwrite),
|
||||
only_files_regex: opts.only_files_regex,
|
||||
only_files: None,
|
||||
output_folder: opts.output_folder,
|
||||
sub_folder: opts.sub_folder,
|
||||
list_only: Some(opts.list_only),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue