"main_torrent_info" -> "add_torrent_internal"
This commit is contained in:
parent
96946d5a81
commit
b796a8767b
1 changed files with 2 additions and 2 deletions
|
|
@ -1035,7 +1035,7 @@ impl Session {
|
|||
}
|
||||
};
|
||||
|
||||
self.main_torrent_info(add_res, opts).await
|
||||
self.add_torrent_internal(add_res, opts).await
|
||||
}
|
||||
.instrument(error_span!(parent: self.rs(), "add_torrent"))
|
||||
.boxed()
|
||||
|
|
@ -1068,7 +1068,7 @@ impl Session {
|
|||
Ok::<_, anyhow::Error>(Some(PathBuf::from(longest)))
|
||||
}
|
||||
|
||||
async fn main_torrent_info(
|
||||
async fn add_torrent_internal(
|
||||
self: &Arc<Self>,
|
||||
add_res: InternalAddResult,
|
||||
mut opts: AddTorrentOptions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue