mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
Initialize struct member
This commit is contained in:
@@ -74,6 +74,7 @@ AddTorrentData::AddTorrentData()
|
|||||||
: resumed(false)
|
: resumed(false)
|
||||||
, disableTempPath(false)
|
, disableTempPath(false)
|
||||||
, sequential(false)
|
, sequential(false)
|
||||||
|
, firstLastPiecePriority(false)
|
||||||
, hasSeedStatus(false)
|
, hasSeedStatus(false)
|
||||||
, skipChecking(false)
|
, skipChecking(false)
|
||||||
, hasRootFolder(true)
|
, hasRootFolder(true)
|
||||||
@@ -1655,7 +1656,7 @@ void TorrentHandle::handleMetadataReceivedAlert(libt::metadata_received_alert *p
|
|||||||
m_speedMonitor.reset();
|
m_speedMonitor.reset();
|
||||||
m_session->handleTorrentPaused(this);
|
m_session->handleTorrentPaused(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If first/last piece priority was specified when adding this torrent, we can set it
|
// If first/last piece priority was specified when adding this torrent, we can set it
|
||||||
// now that we have metadata:
|
// now that we have metadata:
|
||||||
if (m_needsToSetFirstLastPiecePriority) {
|
if (m_needsToSetFirstLastPiecePriority) {
|
||||||
|
|||||||
Reference in New Issue
Block a user