Tweak everything for APIs to support everything while not changing too much
This commit is contained in:
parent
ebd4731c09
commit
fd30ad9cbf
6 changed files with 70 additions and 110 deletions
|
|
@ -203,7 +203,12 @@ impl Api {
|
|||
id: Some(id),
|
||||
details,
|
||||
seen_peers: None,
|
||||
output_folder: "".to_owned(),
|
||||
output_folder: handle
|
||||
.info()
|
||||
.options
|
||||
.output_folder
|
||||
.to_string_lossy()
|
||||
.into_owned(),
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue