mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 13:34:27 +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)
|
, m_needSaveResumeData(false)
|
||||||
{
|
{
|
||||||
initialize();
|
initialize();
|
||||||
setSequentialDownload(data.sequential);
|
|
||||||
|
|
||||||
#ifndef DISABLE_COUNTRIES_RESOLUTION
|
#ifndef DISABLE_COUNTRIES_RESOLUTION
|
||||||
resolveCountries(m_session->isResolveCountriesEnabled());
|
resolveCountries(m_session->isResolveCountriesEnabled());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!data.resumed) {
|
if (!data.resumed) {
|
||||||
|
setSequentialDownload(data.sequential);
|
||||||
if (hasMetadata()) {
|
if (hasMetadata()) {
|
||||||
setFirstLastPiecePriority(data.sequential);
|
setFirstLastPiecePriority(data.sequential);
|
||||||
if (m_session->isAppendExtensionEnabled())
|
if (m_session->isAppendExtensionEnabled())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user