mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Add Force Seeding state to Completed filter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user