Merge pull request #9481 from mj-p/master

Don't recheck just checked torrent. Closes #8743, #9370
This commit is contained in:
Vladimir Golovnev
2018-10-13 09:34:27 +03:00
committed by GitHub
2 changed files with 17 additions and 6 deletions

View File

@@ -466,6 +466,7 @@ namespace BitTorrent
QHash<QString, TrackerInfo> m_trackerInfos;
bool m_started = false;
bool m_unchecked = false;
};
}