(trunk, libT) #5176 'Deselecting all remaining files not working correctly' -- fix trunk regression.
This commit is contained in:
parent
106dfe2985
commit
11b4431e09
|
@ -2232,6 +2232,7 @@ tr_torrentSetFileDLs (tr_torrent * tor,
|
||||||
|
|
||||||
tr_torrentInitFileDLs (tor, files, fileCount, doDownload);
|
tr_torrentInitFileDLs (tor, files, fileCount, doDownload);
|
||||||
tr_torrentSetDirty (tor);
|
tr_torrentSetDirty (tor);
|
||||||
|
tr_torrentRecheckCompleteness (tor);
|
||||||
tr_peerMgrRebuildRequests (tor);
|
tr_peerMgrRebuildRequests (tor);
|
||||||
|
|
||||||
tr_torrentUnlock (tor);
|
tr_torrentUnlock (tor);
|
||||||
|
|
Loading…
Reference in New Issue