mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
Fix restore sequential download state.
This commit is contained in:
parent
647140c7c7
commit
8e03f01518
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user