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
|
|
@ -151,7 +151,7 @@ impl TorrentStorage for FilesystemStorage {
|
|||
|
||||
fn init(&mut self, meta: &ManagedTorrentShared) -> anyhow::Result<()> {
|
||||
let mut files = Vec::<OpenedFile>::new();
|
||||
for file_details in meta.info.iter_file_details(&meta.lengths)? {
|
||||
for file_details in meta.info.iter_file_details_ext(&meta.lengths)? {
|
||||
let mut full_path = self.output_folder.clone();
|
||||
let relative_path = file_details
|
||||
.filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue