Add Force Seeding state to Completed filter

This commit is contained in:
ngosang 2015-07-08 16:01:10 +02:00
parent d0b54b0797
commit ac2c8a3d30

View file

@ -680,7 +680,8 @@ bool TorrentHandle::isCompleted() const
|| m_state == TorrentState::StalledUploading
|| m_state == TorrentState::CheckingUploading
|| m_state == TorrentState::PausedUploading
|| m_state == TorrentState::QueuedUploading;
|| m_state == TorrentState::QueuedUploading
|| m_state == TorrentState::ForcedUploading;
}
bool TorrentHandle::isActive() const