forked from premiere/premiere-libtorrent
fixed recent change to torrent_info.cpp
This commit is contained in:
parent
056b9709ac
commit
aff2869bed
|
@ -401,7 +401,7 @@ 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 == "files"
|
||||||
|| i->first == "name")
|
|| i->first == "name")
|
||||||
continue;
|
continue;
|
||||||
m_extra_info[i->first] = i->second;
|
m_extra_info[i->first] = i->second;
|
||||||
|
|
Loading…
Reference in New Issue