mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Prevent return cached "sequential download" state. Closes #4167.
This commit is contained in:
parent
67e90d8d2a
commit
e804e6e91a
1 changed files with 1 additions and 0 deletions
|
@ -1128,6 +1128,7 @@ void TorrentHandle::setSequentialDownload(bool b)
|
||||||
{
|
{
|
||||||
if (b != isSequentialDownload()) {
|
if (b != isSequentialDownload()) {
|
||||||
SAFE_CALL(set_sequential_download, b);
|
SAFE_CALL(set_sequential_download, b);
|
||||||
|
m_nativeStatus.sequential_download = b; // prevent return cached value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue