Remove setting torrent.is_finished in the resume alert

This commit is contained in:
Andrew Resch 2012-02-29 15:23:17 -08:00
parent b47dc73d30
commit ae6af18f0d
1 changed files with 0 additions and 1 deletions

View File

@ -1047,7 +1047,6 @@ class TorrentManager(component.Component):
torrent_id = str(alert.handle.info_hash())
except:
return
torrent.is_finished = torrent.handle.is_seed()
old_state = torrent.state
torrent.update_state()
if torrent.state != old_state: