diff --git a/src/core/bittorrent/torrenthandle.cpp b/src/core/bittorrent/torrenthandle.cpp index 17e26c638..ab82dbff3 100644 --- a/src/core/bittorrent/torrenthandle.cpp +++ b/src/core/bittorrent/torrenthandle.cpp @@ -204,13 +204,13 @@ TorrentHandle::TorrentHandle(Session *session, const libtorrent::torrent_handle , m_needSaveResumeData(false) { initialize(); - setSequentialDownload(data.sequential); #ifndef DISABLE_COUNTRIES_RESOLUTION resolveCountries(m_session->isResolveCountriesEnabled()); #endif if (!data.resumed) { + setSequentialDownload(data.sequential); if (hasMetadata()) { setFirstLastPiecePriority(data.sequential); if (m_session->isAppendExtensionEnabled())