Initialization progress reporting
This commit is contained in:
parent
b79a21179f
commit
876afbf41b
9 changed files with 109 additions and 40 deletions
|
|
@ -412,7 +412,7 @@ impl Session {
|
|||
{
|
||||
return Ok(AddTorrentResponse::AlreadyManaged(id, handle.clone()));
|
||||
}
|
||||
let managed_torrent = builder.build();
|
||||
let managed_torrent = builder.build()?;
|
||||
let id = g.add_torrent(managed_torrent.clone());
|
||||
(managed_torrent, id)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue