Propagate sub-folder argument to command line

This commit is contained in:
Igor Katson 2021-10-26 10:21:02 +01:00
parent 4170bf3574
commit 37af0a4afb
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 10 additions and 1 deletions

View file

@ -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,