mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Remove setting torrent.is_finished in the resume alert
This commit is contained in:
parent
b47dc73d30
commit
ae6af18f0d
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue