Update: add sub_folder in AddTorrentOptions

This commit is contained in:
pcmid 2021-10-25 22:00:47 +08:00
parent 967a06a196
commit 681e93a066
No known key found for this signature in database
GPG key ID: ABB53028C38EA9E0
3 changed files with 7 additions and 1 deletions

View file

@ -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(&params).unwrap();