mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
Remove setting torrent.is_finished in the resume alert
This commit is contained in:
parent
b47dc73d30
commit
ae6af18f0d
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user