mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-15 11:33:10 +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
@ -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…
x
Reference in New Issue
Block a user