New view for errored torrents.

This commit is contained in:
sledgehammer999
2015-11-11 08:51:22 +02:00
parent bf0319f7b2
commit 9718b7d9ba
7 changed files with 23 additions and 4 deletions

View File

@@ -2387,6 +2387,8 @@ void Session::handleStateUpdateAlert(libt::state_update_alert *p)
++m_torrentStatusReport.nbActive;
if (torrent->isInactive())
++m_torrentStatusReport.nbInactive;
if (torrent->isErrored())
++m_torrentStatusReport.nbErrored;
}
emit torrentsUpdated();