diff --git a/src/torrent.cpp b/src/torrent.cpp index f853b2c4e..aef33a964 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -3203,8 +3203,7 @@ namespace { // exclude redundant bytes if we should if (!settings().get_bool(settings_pack::report_true_downloaded)) req.downloaded -= m_total_redundant_bytes; - if (settings().get_bool(settings_pack::report_redundant_bytes)) - req.redundant = m_total_redundant_bytes; + req.redundant = m_total_redundant_bytes; if (req.downloaded < 0) req.downloaded = 0; req.event = e;