mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
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:
parent
7020e5ca90
commit
1f660653ff
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue