diff --git a/src/base/bittorrent/torrenthandle.cpp b/src/base/bittorrent/torrenthandle.cpp index de6ca9c5e..707c1b08a 100644 --- a/src/base/bittorrent/torrenthandle.cpp +++ b/src/base/bittorrent/torrenthandle.cpp @@ -1368,6 +1368,8 @@ void TorrentHandle::handleTorrentCheckedAlert(libtorrent::torrent_checked_alert if (progress() < 1.0 && wantedSize() > 0) m_hasSeedStatus = false; + else if (progress() == 1.0) + m_hasSeedStatus = true; if (m_pauseAfterRecheck) { m_pauseAfterRecheck = false;