Propagate sub-folder argument to command line
This commit is contained in:
parent
4170bf3574
commit
37af0a4afb
2 changed files with 10 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ impl Session {
|
|||
.output_folder
|
||||
.map(PathBuf::from)
|
||||
.unwrap_or_else(|| self.output_folder.clone())
|
||||
.join(sub_folder.as_path());
|
||||
.join(sub_folder);
|
||||
|
||||
let managed_torrent = ManagedTorrent {
|
||||
info_hash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue