mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Fix corner case of reseting 'm_hasSeedStatus' in 3a29d70dd5.
This commit is contained in:
@@ -1378,7 +1378,7 @@ void TorrentHandle::handleTorrentCheckedAlert(libtorrent::torrent_checked_alert
|
||||
updateStatus();
|
||||
adjustActualSavePath();
|
||||
|
||||
if (progress() < 1.0)
|
||||
if (progress() < 1.0 && wantedSize() > 0)
|
||||
m_hasSeedStatus = false;
|
||||
|
||||
if (m_pauseAfterRecheck) {
|
||||
|
||||
Reference in New Issue
Block a user