mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
This commit is contained in:
parent
ee4daa059d
commit
170f589b64
1 changed files with 2 additions and 0 deletions
|
@ -335,6 +335,8 @@ std::string tr_metainfo_builder::benc(tr_error** error) const
|
||||||
|
|
||||||
file_vec.emplace_back(std::move(file_map));
|
file_vec.emplace_back(std::move(file_map));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
info_dict.try_emplace(TR_KEY_files, std::move(file_vec));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!std::empty(base))
|
if (!std::empty(base))
|
||||||
|
|
Loading…
Reference in a new issue