mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Prevent return cached "sequential download" state. Closes #4167.
This commit is contained in:
parent
67e90d8d2a
commit
e804e6e91a
@ -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…
Reference in New Issue
Block a user