Update: add sub_folder in AddTorrentOptions
This commit is contained in:
parent
967a06a196
commit
681e93a066
3 changed files with 7 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ impl HttpApiClient {
|
|||
overwrite: Some(opts.overwrite),
|
||||
only_files_regex: opts.only_files_regex,
|
||||
output_folder: opts.output_folder,
|
||||
sub_folder: opts.sub_folder,
|
||||
list_only: Some(opts.list_only),
|
||||
};
|
||||
let qs = serde_urlencoded::to_string(¶ms).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue