mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
Immediately update torrent_status after manipulating super seeding mode. Partially fixes #6072.
This commit is contained in:
parent
3f176d8265
commit
f577a26fe2
1 changed files with 2 additions and 0 deletions
|
@ -1819,6 +1819,8 @@ void TorrentHandle::setDownloadLimit(int limit)
|
||||||
void TorrentHandle::setSuperSeeding(bool enable)
|
void TorrentHandle::setSuperSeeding(bool enable)
|
||||||
{
|
{
|
||||||
SAFE_CALL(super_seeding, enable)
|
SAFE_CALL(super_seeding, enable)
|
||||||
|
if (superSeeding() != enable)
|
||||||
|
updateStatus();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TorrentHandle::flushCache()
|
void TorrentHandle::flushCache()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue