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

View File

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