removed some duplicate data from torrent_info
This commit is contained in:
parent
a567f18962
commit
09429d1871
|
@ -400,7 +400,9 @@ namespace libtorrent
|
||||||
{
|
{
|
||||||
if (i->first == "pieces"
|
if (i->first == "pieces"
|
||||||
|| i->first == "piece length"
|
|| i->first == "piece length"
|
||||||
|| i->first == "length")
|
|| i->first == "length"
|
||||||
|
|| i->first == "files"
|
||||||
|
|| i->first == "name")
|
||||||
continue;
|
continue;
|
||||||
m_extra_info[i->first] = i->second;
|
m_extra_info[i->first] = i->second;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue