rename iter_file_details -> iter_file_details_ext
This commit is contained in:
parent
af0389de05
commit
abce0c6629
3 changed files with 3 additions and 3 deletions
|
|
@ -1141,7 +1141,7 @@ impl Session {
|
|||
|
||||
let lengths = Lengths::from_torrent(&info)?;
|
||||
let file_infos = info
|
||||
.iter_file_details(&lengths)?
|
||||
.iter_file_details_ext(&lengths)?
|
||||
.map(|fd| {
|
||||
Ok::<_, anyhow::Error>(FileInfo {
|
||||
relative_filename: fd.filename.to_pathbuf()?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue