Set is_finished to match is_seed after checking

Fixes issue where re-downloading data would not change is_finished
This commit is contained in:
Calum Lind 2012-02-28 01:24:15 +00:00
parent 7020e5ca90
commit 1f660653ff

View file

@ -924,6 +924,7 @@ class TorrentManager(component.Component):
if torrent.forcing_recheck_paused:
torrent.handle.pause()
torrent.is_finished = torrent.handle.is_seed()
# Set the torrent state
torrent.update_state()