diff --git a/src/qtlibtorrent/qbtsession.cpp b/src/qtlibtorrent/qbtsession.cpp index 45a960263..ca385fe86 100644 --- a/src/qtlibtorrent/qbtsession.cpp +++ b/src/qtlibtorrent/qbtsession.cpp @@ -1089,6 +1089,7 @@ void QBtSession::loadTorrentTempData(QTorrentHandle h, QString savePath, bool ma if(TorrentTempData::hasTempData(hash)) { // sequential download h.set_sequential_download(TorrentTempData::isSequential(hash)); + h.prioritize_first_last_piece(TorrentTempData::isSequential(hash)); // The following is useless for newly added magnet if(!magnet) {