Watching works fine
This commit is contained in:
parent
a73f921c5f
commit
dedee2ef08
5 changed files with 46 additions and 14 deletions
|
|
@ -1207,6 +1207,10 @@ impl Session {
|
|||
.context("error starting torrent")?;
|
||||
}
|
||||
|
||||
if let Some(name) = managed_torrent.shared().info.name.as_ref() {
|
||||
info!(?name, id, "added torrent");
|
||||
}
|
||||
|
||||
Ok(AddTorrentResponse::Added(id, managed_torrent))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue