diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 985a1eb2c..f20591438 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -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()