mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Merge pull request #3407 from glassez/seqdl
Fix restore sequential download state.
This commit is contained in:
commit
de84bb9824
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue