|
|
@ -1089,6 +1089,7 @@ void QBtSession::loadTorrentTempData(QTorrentHandle h, QString savePath, bool ma |
|
|
|
if(TorrentTempData::hasTempData(hash)) { |
|
|
|
if(TorrentTempData::hasTempData(hash)) { |
|
|
|
// sequential download
|
|
|
|
// sequential download
|
|
|
|
h.set_sequential_download(TorrentTempData::isSequential(hash)); |
|
|
|
h.set_sequential_download(TorrentTempData::isSequential(hash)); |
|
|
|
|
|
|
|
h.prioritize_first_last_piece(TorrentTempData::isSequential(hash)); |
|
|
|
|
|
|
|
|
|
|
|
// The following is useless for newly added magnet
|
|
|
|
// The following is useless for newly added magnet
|
|
|
|
if(!magnet) { |
|
|
|
if(!magnet) { |
|
|
|